@font-face {
	font-family: "adamina";
	src: url(../images/adamina.ttf);
}


.syst {font-family:"syst"}
.adamina,.palatino {
	font-family: "adamina";
	zoom:0.9;
}

img {
	width: 100%;
}
.ries--news_content img{width:auto;max-width:100%;float:none;}
* {
	box-sizing: border-box;
	font-family: "Microsoft Yahei", "微软雅黑", "PingFang", "PingFang SC", -apple-system, "Helvetica Neue";
	font-weight: normal;
}

input::placeholder {
	color: #999999;
}

input {
	outline: none;
	border: none;
	background: none;
	appearance: none;
	-webkit-appearance: none;
	line-height: 24px;
	color: #666;
}

.bg-f6 {
	background-color: #F6F6F6;
}

.bg-f9 {
	background-color: #F9F9F9;
}

.bg-49 {
	background-color: #494E54;
}

.bg-5a {
	background-color: #5A5E63;
}

h1 {
	font-weight: bold;
	/* font-size: 36px; */
	font-size: 32px;
	color: #1D1D1D;
	letter-spacing: 0;
}

h2 {
	font-weight: bold;
	font-size: 42px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 63px;
}

h3 {
	font-weight: bold;
	font-size: 22px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
}

h4 {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
}

p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}

a {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}

body {
	position: relative;
	width: 100%;
}

body.fixed {
	position: fixed;
}

.view-more {
	font-size: 14px;
	/* color: #fff; */
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 24px;
	padding-right: 25px;
	position: relative;
	display: inline-block;
}

.view-more::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/svg/arrow-line-r.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 6px;
	right: 6px;
	-webkit-transition: right ease .4s;
	-moz-transition: right ease .4s;
	-ms-transition: right ease .4s;
	-o-transition: right ease .4s;
	transition: right ease .4s;
}

.view-more:hover::after {
	right: 0;
}

.pdf-view {
	color: #000;
	/* text-decoration: underline; */
	font-size: 14px;
	line-height: 44px;
	display: inline-block;
	background: url(../images/download.png) no-repeat left center;
	display: block;
	padding-left: 50px;
	vertical-align: -13px;
	margin-top: 20px;
}

.pdf-view:hover {
	color: #EB0000;
	background: url(../images/download-hover.png) no-repeat left center;
}

.view-all-btn {
	width: 80px;
	height: 40px;
	background: #EB0000;
	position: relative;
}

.view-all-btn::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/svg/arrow-line-r-w.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 8px);
	right: calc(50% - 8px);
	-webkit-transition: right ease .4s;
	-moz-transition: right ease .4s;
	-ms-transition: right ease .4s;
	-o-transition: right ease .4s;
	transition: right ease .4s;
}

.view-all-btn:hover::after {
	right: calc(50% - 14px);
}

.view-all-btn:hover {
	background: #A21F2A;
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.transition6 {
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.t-center {
	text-align: center;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex-h-c {
	justify-content: center;
}

.flex-h-l {
	justify-content: flex-start;
}

.flex-h-r {
	justify-content: flex-end;
}

.flex-h-sa {
	justify-content: space-around;
}

.flex-h-sb {
	justify-content: space-between
}

.flex-v-c {
	align-items: center;
}

.flex-v-s {
	align-items: flex-start;
}

.flex-v-e {
	align-items: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.wrap-xl {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.wrap-md {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.wrap-xm {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.wrap-sm {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.wrap-xs {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.wrap-xxs {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}
.wrap-1160 {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.rise-index-kv {
	width: 100%;
	height: 100vh;
}

.main-kv-container {
	height: 100%;
}

.main-kv-container .swiper {
	height: 100%;
}

.main-kv-container .swiper-slide {
	position: relative;
}

.slider-video,
.slider-imgs {
	height: 100%;
	position: relative;
}

.slider-video::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.c-media-cover__media {
	height: 100%;
	visibility: visible;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	position: relative;
}

.kv-content {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 132px;
}

.left-center {
	bottom: 50%;
	transform: translateY(50%);
	padding-left: calc((100% - 1440px)/2 + 100px);
}

.kv-content p.big {
	font-weight: bold;
	font-size: 42px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 63px;
}

.kv-content p.small {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-top: 16px;
}

.left-center p.big {
	font-weight: bolder;
	font-size: 57px;
	color: #ffffff;
	letter-spacing: 0;
}

.left-center p.small {
	font-family: 'MicrosoftYaHeiSemibold';
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 24px;
	font-weight: bold;
}

.kv-content p {
	text-align: center;
}

.left-center p {
	text-align: left;
}

.kv-scale {
	/* transform: scale(1.2); */
	/* -webkit-transition: all cubic-bezier(0.36, 0.44, 0.3, 0.72) 6s;
	-moz-transition: all cubic-bezier(0.36, 0.44, 0.3, 0.72) 6s;
	-ms-transition: all cubic-bezier(0.36, 0.44, 0.3, 0.72) 6s;
	-o-transition: all cubic-bezier(0.36, 0.44, 0.3, 0.72) 6s;
	transition: all cubic-bezier(0.36, 0.44, 0.3, 0.72) 6s; */
}

.kv-scale.scale {
	/* transform: scale(1); */
	-webkit-animation: scaleKv 30s cubic-bezier(0.74, 0.26, 0.18, 0.42) infinite;
	animation: scaleKv 30s cubic-bezier(0.74, 0.26, 0.18, 0.42) infinite;
}

@keyframes scaleKv {
	0% {
		transform: scale(1);
	}

	5% {
		transform: scale(1.01);
	}

	40% {
		transform: scale(1.1);
	}

	45% {
		transform: scale(1.1);
	}

	90% {
		transform: scale(1.01);
	}

	100% {
		transform: scale(1);
	}
}

.swiper-container-horizontal>.swiper-pagination-bullets.kv-pagination {
	bottom: 68px;
}

.kv-pagination .swiper-pagination-bullet {
	background: none;
	width: auto;
	height: auto;
	opacity: 0.5;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 24px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.kv-pagination .swiper-pagination-bullet {
	margin: 0 20px;
}

.kv-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	color: #ffffff;
	position: relative;
}

.kv-pagination .swiper-pagination-bullet-active::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: -1px;
	bottom: -5px;
}

.sect1-about-ries {
	padding: 100px;
}

.about-ries {
	position: relative;
	z-index: 1;
}

.about-ries-des {
	max-width: 420px;
	margin-top: 40px;
	margin-bottom: 24px;
}

.data-info-box {
	margin-top: 40px;
	width: 360px;
	background: #D10C2E;
	padding: 36px 0 38px 48px;
	background-image: url(../images/data-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.data-info-box span {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.data-info-box p {
	opacity: 0.8;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-bottom: 24px;
}

.data-info-box p:last-child {
	margin-bottom: 0;
}

.sect1-about-ries {
	position: relative;
}

.global-map {
	width: 982px;
	position: absolute;
	bottom: 48px;
	right: 80px;
}
.map-txt{
	position:absolute;
	bottom: -31px;
	right: -66px;
	width: 100px;
}
.since-time {
	position: absolute;
	top: 43px;
	right: 128px;
	font-weight: bold;
	font-size: 14px;
	color: #1D1D1D;
}

.since-time span {
	font-size: 118px;
	color: #EB0000;
	line-height: 185px;
	margin-left: 4px;
	display: inline-block;
	transform: translateY(2px);
	width:300px;
}

.country-dot {
	position: absolute;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	line-height: 21px;
}

.country-dot.china {
	top: 188px;
	left: 376px;
}

.country-dot.america {
	top: 141px;
	right: 160px;
}

.country-dot .dot {
	display: block;
	/* background: #EB0000; */
	width: 30px;
	height: 30px;
	background: rgba(235, 0, 0, 0.1);
	border-radius: 50%;
	position: relative;
	margin-bottom: 1px;
}

.country-dot .dot::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #EB0000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plus {
	display: block;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	position: absolute;
	-webkit-animation: pluse 2s linear;
	animation: pluse 2s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	border-width: 3px;
	border-style: solid;
	border-color: #EB0000;
	position: absolute;
	left: -5px;
	top: -5px;
}

.america .plus {
	animation-delay: 0.5s;
}

.index-news-con {
	display: flex;
	display: -webkit-flex;
}

@keyframes pluse {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	60% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	65% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

.hv-scale {
	overflow: hidden;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.hv-scale img {
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
}

.hv-scale:hover img {
	transform: scale(1.05);
}

.index-ries-case {
	padding: 100px 0;

}

.sect2-case-ries {
	background-image: url(../images/bg2.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.consult-case-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.case-flex-r {
	width: 720px;
	margin-left: 60px;
}

.case-flex-l {
	flex: 1;
	padding-left: 100px;
}

.case-title {
	margin-bottom: 55px;
	margin-top: 10px;
}

.main-case-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.main-case-item {
	width: 125px;
	margin-right: 6px;
}

.main-case-item:last-child {
	margin-right: 0;
}

.main-case-no {
	font-size: 12px;
	color: #1D1D1D;
	letter-spacing: 0.8px;
	line-height: 18px;
	padding-left: 14px;
	position: relative;
	margin-top: 8px;
}

.main-case-thumb {
	width: 125px;
	height: 110px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.main-case-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-case-item:hover .main-case-no {
	color: #EB0000;
}

.main-case-no::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #EB0000;
	position: absolute;
	top: 9px;
	left: 0;
}

.case-m-kv {
	width: 100%;
	height: 560px;
}

.case-m-kv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.div-line {
	color: #B6B6B6;
	margin: 40px 0;
}

.case-ries-des {
	margin: 24px 0;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.logo-list-con {
	padding: 0 100px;
	margin-top: 24px;
}

.logos-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.c-logo {
	width: 12.4%;
	margin-right: 5%;
	margin-top: 46px;
	cursor: pointer;
	/* filter: grayscale(1); */
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.c-logo:hover {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.c-logo:nth-child(6n) {
	margin-right: 0;
}

.index-ries-insight {
	padding: 100px;
}

.sect3-insight-ries {
	background-image: url(../images/bg3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.color-w {
	color: #ffffff !important;
}

.insight-title {
	margin-bottom: 80px;
}

.insight-list {
	padding: 0 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.insight-item {
	width: 240px;
	text-align: center;
	cursor: pointer;
}

.insight-item .insight-cover {
	width: 188px;
	display: inline-block;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.insight-item:hover .insight-cover {
	transform: translateY(-16px);
}

.insight-item p {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
}

.index-ries-news {
	padding: 100px;
}

.index-mrs-ries {
	padding: 110px 100px 106px;
}

.sect4-mrs-ries {
	height: 400px;
	background-image: url(../images/bg-ries.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.mrs-ries-des {
	margin-top: 24px;
	margin-bottom: 64px;
}

.index-news-con {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.news-title {
	margin-bottom: 55px;
}

.news-col6 {
	width: calc(50% - 10px);
}

.news-l-half {
	position: relative;
	background: #000;
}

.news-l-half .news-cover {
	height: 100%;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.news-l-half .news-cover img {
	height: 100%;
	width: auto;
}

.float-end {
	position: absolute;
	bottom: 0;
	right: 0;
}

.row-lr {
	display: flex;
	display: -webkit-flex;
}

.row-lr>div {
	width: 50%;
	max-height: 280px;
}

.row-lr .news-cover {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.row-lr .news-cover img {
	height: 100%;
	width: auto;
}

.news-index-des {
	padding: 32px 30px;
	background: #F6F6F6;
}

.news-index-des.float-end {
	width: 50%;
	height: 50%;
	background: rgba(0, 0, 0, 0.6);
}

.news-cover {
	max-height: 560px;
	position: relative;
}

.news-cover::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 8px;
	background-color: #EB0000;
	position: absolute;
	top: 0;
	left: 0;
}

.news-index-des .news-category {
	font-weight: bold;
	font-size: 16px;
	color: #EB0000;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 4px;
	display: inline-block;
}

.news-index-des .news-d {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
	margin-bottom: 24px;
	display: block;
}

.news-t {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	display: block;
	margin-bottom: 50px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-t:hover {
	color: #EB0000 !important;
}

.sub--index-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	width: 100%;
	background-color: #fff;
	z-index: 3;
	padding: 0 20px 0 100px;
	z-index:90
	/* padding-left: calc((100vw - 1060px)/2); */
}

.sub--top_no-tab {
	height: 60px;
}

.sub-title {
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 24px;
	height: 60px;
	line-height: 60px;
	font-weight:bold;
}

.page-tabs-con {
	height: 50px;
}

.tabs--list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 50px;
}

.tabs--item {
	margin-right: 40px;
}

.tabs--item:last-child {
	margin-right: 0;
}

.tabs--list a {
	height: 50px;
	display: inline-block;
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 1px;
	line-height: 50px;
	font-weight: bold;
}

.tabs--list a:hover {
	color: #EB0000;
}

.tabs--item {
	position: relative;
}

.tabs--item::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #EB0000;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.tabs--item:hover::after {
	width: 100%;
}

.tabs--item.active::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #EB0000;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.tabs--item.active a {
	color: #EB0000;
}

.rise-sub-kv {
	margin-top: 92px;
	position: relative;
}
.rise-sub-kv .palatino {zoom:1;font-size:48px;}

.sub--kv_no-tab {
	margin-top: 60px;
}

.sub-kv-title {
	/* font-weight: bold; */
	/* font-size: 60px; */
	font-size: 54px;
	line-height: 80px;
	color: #1D1D1D;
	letter-spacing: 0;
	position: absolute;
	top: 50%;
	left: calc((100vw - 1060px)/2);
	transform: translateY(-50%);
}

.activities-kv-title {
	position: absolute;
	top: 50%;
	left: calc((100vw - 1040px)/2);
	transform: translateY(-50%);
}

.activities-kv-title p {
	margin-bottom: 32px;
}

.activities-kv-title a::after {
	background-image: url(../images/arrow-line-r-w.svg);
}

.sub-kv-title-f42 {
	font-weight: bold;
	font-size: 42px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 63px;
}

.left-1040 {
	left: calc((100vw - 1040px)/2);
}

.sub--kv_no-tab .sub-kv-title {
	top: 29%;
	transform: translateY(0%);
}

.sub--kv_no-tab .sub-kv-title.center {
	text-align:center;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
}

.sect-mt100 {
	margin-top: 80px;
}

.sect-mb100 {
	margin-bottom: 80px;
}

.sect-title-mb56 {
	margin-bottom: 40px;
}

.news-enter-link_img {
	width: 680px;
	max-height: 380px;
	display: block;
	position: relative;
}

.news-enter-link_img::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 60.5%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.news-enter-link_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link_img-item {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 2;
}

.link_img-item .tt {
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
	margin-bottom: 8px;
}

.link_img-item .dd {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-bottom: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.link_img-item .dd i {
	margin-right: 10px;
}

.news-enter-link_txt {
	flex: 1;
	margin-left: 40px;
}

.news-enter-link_txt .link-item {
	padding: 16px 0 20px;
	border-bottom: 1px solid #dcdcdc;
}

.link-item .td {
	font-size: 12px;
	color: #EB0000;
	letter-spacing: 0.8px;
	line-height: 20px;
	margin-bottom: 12px;
	display: block;
}

.link-item a {
	display: block;
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.link-item a:hover {
	color: #EB0000;
}

.r-media-con {
	margin: -20px;
}

.ries-news-list {
	flex-wrap: wrap;
	margin-top: -20px;
}

.r-news-item {
	margin-bottom: 16px;
}

.r-news-item,
.c-media-item {
	display: block;
	width: 33.333%;
	padding: 20px;
}

.r-news-item .r-news-img,
.c-media-item .c-media-img {
	width: 100%;
	height: 217px;
}

.r-news-item .r-news-img img,
.c-media-item .c-media-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r-news-txt,
.c-media-txt {
	margin-top: 16px;
}

.c--m_category {
	font-size: 12px;
	color: #EB0000;
	letter-spacing: 0.8px;
	line-height: 18px;
	margin-bottom: 8px;
	display: inline-block;
}

.c--m_date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
	margin-bottom: 8px;
	display: inline-block;
}

.c--m_title {
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c-insight-item {
	display: block;
	width: 326px;
	height: 326px;
	position: relative;
}

.c-insight-item:nth-child(2) {
	/* transform: translateY(40px); */
}

.c-insight-item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-insight__con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px 16px 24px;
	background: rgba(34, 34, 34, 0.4);
}

.c-insight__con::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid rgba(34, 34, 34, 0.4);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 32px;
	top: -20px;
}

.c-insight__con .time {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	line-height: 18px;
	display: inline-block;
	margin-bottom: 4px;
}

.c-insight__con .des {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.r-quarterly-l {
	max-width: 276px;
	margin-right: 80px;
}

.r-quarterly-r {
	width: 520px;
}

.quarterly--c_en {
	font-weight: bold;
	font-size: 16px;
	color: #EB0000;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
}

.quarterly--c_cn {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: 24px;
}

.quarterly--c_des {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 32px;
	margin-bottom: 40px;
}

.media-contact {
	border-top: 1px solid #DCDCDC;
	padding: 56px 0 100px;
	text-align: center;
}

.media-contact_title {
	margin-bottom: 24px;
}

.media-contact_sub--title {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-bottom: 9px;
}

.media-contact_mail--addr {
	text-align: center;
}

.contact-us_link {
	font-size: 16px;
	color: #EB0000;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.contact-us_link svg {
	transform: translateY(3px);
}

.nav-page {
	margin-top: 28px;
	padding: 0 20px;
}

.paginations {
	display: flex;
	display: -webkit-flex;
}

.pg-links {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin: 0 5px;
	background: transparent;
	font-size: 16px;
	color: #666;
	letter-spacing: 1.2px;
	line-height: 28px;
	text-align: center;
}

.pg-links:not(.prev):not(.next):not(.more):hover,
.pg-links.active {
	background: #EB0000;
	color: #fff;
}

.pg-links.prev {
	position: relative;
	margin: 0 20px 0 0;
}

.pg-links.next.disable .pn-svg,
.pg-links.prev.disable .pn-svg {
	fill: #DCDCDC;
	stroke: #DCDCDC;
}

.pg-links.next {
	position: relative;
	margin: 0 0 0 20px;
}

.pg-links.more {
	position: relative;
}

.pg-links.more::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 6px;
	background-image: url(../images/more.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.ries--news_con .ries--news_category {
	font-weight: bold;
	font-size: 16px;
	color: #EB0000;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 24px;
}

.ries--news_con .ries--news_title {
	margin-bottom: 16px;
}

.ries--news_con .ries--news_auth {
	margin-bottom: 56px;
}

.ries--news_con .ries--news_auth span {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-right: 24px;
}

.ries--news_con .ries--news_brief {
	background: #F6F6F6;
	padding: 40px;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin: 40px 0;
}

.ries--news_con .ries--news_brief2 {
	padding: 24px 40px;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin: 40px 0;
	border-left: 1px solid #DCDCDC;
}

.level2-title {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: 16px;
}

.level2-title_center {
	text-align: center;
}

.ries--news_con p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin-bottom: 8px;
}

.level3-title {
	font-weight: bold;
	font-size: 16px;
	color: #EB0000;
	letter-spacing: 0;
	line-height: 24px;
	padding-left: 16px;
	border-left: 4px solid #EB0000;
	margin: 16px 0;
}

.level4-title {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
	padding-left: 16px;
	border-left: 4px solid #666666;
	margin: 16px 0;
}

.news-flex {
	display: flex;
	display: -webkit-flex;
	align-content: flex-start;
	justify-content: space-between;
	margin: 16px 0;
}

.news-flex>div {
	width: calc(50% - 8px);
}

.famous-quotes {
	margin: 40px 0;
	padding: 40px 0;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

p.f-quotes {
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: 16px;
}

p.f-name {
	font-size: 12px;
	color: #1D1D1D;
	letter-spacing: 0.8px;
	text-align: right;
	line-height: 18px;
}

.news-flex_img .img-b-txt {
	text-align: center;
	margin-bottom: 0;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	text-align: center;
	line-height: 18px;
	margin-top: 16px;
}

.ries--news--con_img {
	text-align: center;
	margin: 24px 0;
}

.ries--news--con_img img {
	max-width: 860px;
	width: auto;
	box-shadow: 0 0 20px 0 #DCDCDC;
}

.ries--news--con_img p.img-b-txt {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	text-align: center;
	line-height: 18px;
	margin-top: 16px;
}

.sep-h {
	margin-top: 80px;
	color: #B6B6B6;
	background-color: #B6B6B6;
	margin-bottom: 80px;
	height: 1px;
	border: none;
}

.sep-h-100 {
	margin-top: 80px;
	color: #B6B6B6;
	background-color: #B6B6B6;
	margin-bottom: 80px;
	height: 1px;
	border: none;
}

.recommond-read__news {
	margin: 0 -20px;
}

.recommond-read__news .r-news-item {
	width: 50%;
}

.recommond-read__news .r-news-item .r-news-img {
	height: 340px;
}

.recommond-read__title {
	margin-bottom: 36px;
}

.sect-quarterly {
	margin: 44px 0;
}

.ries-quarterly-list {
	/* padding: 0 35px; */
}

.r-quarterly-item {
	width: 300px;
	padding: 0 35px;
	margin: 56px 0;
	position: relative;
}

.r-quarterly-item::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #DCDCDC;
	position: absolute;
	bottom: -56px;
	left: 0;
}

.r-quarterly-item:nth-child(3n-1)::after {
	width: calc(100% + 140px);
	left: -70px;
}

.r-quarterly-item:nth-child(3n-1) {
	margin: 56px 70px;
}

.r-quarterly-item.last::after {
	display: none;
}

/* .r-quarterly-item:first-child,
.r-quarterly-item:nth-child(4n){
	margin-right: 140px;
}
.r-quarterly-item:nth-child(3n){
	margin-left: 140px;
} */

.r-q-hr {
	margin: 56px 0;
	color: #DCDCDC;
	background-color: #DCDCDC;
	height: 1px;
	border: none;
}

.r-quarterly-img {
	position: relative;
	margin-bottom: 16px;
}

.quarterly-no {
	position: absolute;
	right: 8px;
	bottom: 0;
	padding: 24px 16px;
	background: rgba(246, 246, 246, 0.9);
}

.quarterly-no .issue {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 2px;
}

.quarterly-no .no- {
	font-size: 24px;
	color: #EB0000;
	letter-spacing: 1.8px;
	line-height: 32px;
	text-transform: uppercase;
}

.c--q_date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
	margin-bottom: 8px;
}

.c--q_title {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-top: 8px;
}

.mt-56 {
	margin-top: 56px;
}

.r-quarterly-item:hover .r-quarterly-img img {
	transform: translateY(-16px);
}

.search-nums-txt {
	padding: 0 0 16px;
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 100px;
}

.result-tab-switch {
	margin-bottom: 8px
}

.search-result-con ul li {
	padding: 32px 0;
	border-bottom: 1px solid #F6F6F6;
}

.search-result-con ul li .s-title {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 16px;
	display: block;
}

.search-result-con ul li .s-des {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search-result-con ul li .s-title .hl,
.search-result-con ul li .s-des .hl {
	font-weight: bold;
	text-decoration: underline;
}

.result-tab-switch ul,
.video-tab-switch ul {
	padding-bottom: 16px;
	border-bottom: 1px solid #DCDCDC;
}

.result-tab-switch .result-tabs,
.video-tab-switch .video-tabs {
	font-size: 18px;
	color: #999999;
	letter-spacing: 0;
	line-height: 1.5;
	margin-right: 40px;
	cursor: pointer;
	position: relative;
}

.search-result-con,
.video-tab-con {
	display: none;
}

.search-result-con.active,
.video-tab-con.active {
	display: block;
}

.result-tab-switch .result-tabs.active {
	font-size: 18px;
	color: #EB0000;
}

.video-tab-switch .video-tabs.active {
	font-size: 18px;
	color: #EB0000;
}

.result-tab-switch .result-tabs.active::after {
	content: "";
	display: inline-block;
	background: #EB0000;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.video-tab-switch .video-tabs.active::after {
	content: "";
	display: inline-block;
	background: #EB0000;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.result-tab-switch .result-tabs:last-child,
.video-tab-switch .video-tabs:last-child {
	margin-right: 0;
}

.ries-video-list {
	margin-top: 56px;
}

.ries-video-item {
	margin-bottom: 40px;
	width: calc(50% - 20px);
	/* height: 280px; */
	height:calc((1040px - 40px)/2 * 0.5625) ;
	position: relative;
}

.ries-video-m-list {
	margin: -20px;
}

.ries-video-m-list .ries-video-item {
	/* width: calc(50% - 30px); */
	width: 33.333%;
	height: auto;
	padding: 20px;
}


.ries-video-m-list .ries-video-item .video-temp {
	/* height: 184px; */
	height: calc(320px * 0.5625);
	position: relative;
}

.ries-video-m-list .ries-video-item .video-temp::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-image: linear-gradient(180deg, rgba(62, 62, 62, 0.00) 37%, rgba(29, 29, 29, 0.80) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.ries-video-m-list .ries-video-item::after {
	display: none;
}

.ries-video-m-list .play-v-btn {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ries-video-m-list .video-float {
	position: relative;
	padding: 16px 0 0;
}

.ries-video-m-list .v-time {
	background: rgba(73, 78, 84, 0.34);
	border-radius: 16px;
}

.ries-video-m-list .v-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
}

.ries-video-m-list .video-float p {
	font-weight: normal;
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 8px;
}

.ries-video-item::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	/* opacity: 0.9; */
	opacity: 0.8;
	background-image: linear-gradient(180deg, rgba(62,62,62,0.00) 0%, rgba(29,29,29,0.80) 84%);
	/* background-image: linear-gradient(180deg, rgba(62, 62, 62, 0.00) 37%, rgba(29, 29, 29, 0.80) 100%); */
	position: absolute;
	top: 0;
	left: 0;
}

.play-v-btn {
	width: 38px;
	height: 38px;
	position: absolute;
	left: calc(50% - 32px);
	bottom: calc(50% - 12px);
	cursor: pointer;
	z-index: 2;
}

.video-float {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 16px 24px;
	z-index: 1;
}

.v-time {
	background: rgba(29, 29, 29, 0.40);
	border-radius: 16px;
	padding: 2px 8px 4px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 18px;
	margin-right: 12px;
	display: inline-block;
}

.v-date {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	line-height: 18px;
	display: inline-block;
}

.video-float p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 8px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.v-tag {
	background: #EB0000;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 3px 8px 2px;
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 1;
}

.mt-0 {
	margin-top: 0px;
}

.solutions-con {
	padding: 100px;
	background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	transform: translateY(-220px);
	position: relative;
	margin-bottom: -120px;
}

.solution-l {
	width: 600px;
	margin-right: 40px;
}

.solution-l p {
	line-height: 32px;
}

.solution-l h1 {
	margin-bottom: 39px;
}

.solution-r {
	flex: 1;
}

.case-section {
	transform: translateY(-33vw);
	margin-bottom: -33vw;
}

.case-h-title {
	margin-bottom: 16px;
}

.temp-h-242 {
	/* height: 242px; */
	height: 197px;
}

.temp-h-110 {
	height: 110px;
}

.insight-top-l {
	width: 600px;
	min-height: 300px;
	margin-right: 24px;
	/* border: 1px solid #EEEEF0; */
}

.insight-top-l img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.insight-top-r {
	flex: 1;
}

.insight-top-r h3 {
	margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.insight-top-r span {
	margin-bottom: 8px;
}

.insight-top-r p {
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;    
	
}

.font-12 {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
	display: inline-block;
}

.insight-con-lists {
	margin: 0 -20px;
}

.insight-nav {
	margin-top: 36px;
}

.insight-list-con {
	margin-top: -20px;
}

.r-insight-items {
	width: 33.33%;
	padding: 20px;
}

.r-insight-img {
	width: 100%;
	height: 236px;
}

.r-insight-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r-insight-txt {
	margin-top: 16px;
}

.c--i_category {
	font-weight: bold;
	font-size: 14px;
	color: #EB0000;
	letter-spacing: 1px;
	line-height: 21px;
	display: inline-block;
	margin-bottom: 4px;
}

.c--i_title {
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 4px;
	height: 48px;
}

.c--i_date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
}

.r-modal {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	position: fixed;
	z-index: 1006;
	display: none;
}

.r-modal.open {
	display: block;
}

.full-modal {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.close-r-modal {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 42px;
	right: 62px;
	cursor: pointer;
}

.close-r-modal span {
	width: 37px;
	height: 1px;
	background-color: #979797;
	transform: rotate(45deg);
	transform-origin: left;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.close-r-modal span::after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 1px;
	background-color: #979797;
	transform: rotate(-90deg);
	transform-origin: left;
	display: inline-block;
	position: absolute;
	right: -19px;
	top: 19px;
}

.full-modal .r-modal-content {
	padding: 100px 40px 30px;
	max-height: 100vh;
	overflow-y: auto;
}

.r-modal-content::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.r-modal-content::-webkit-scrollbar-thumb {
	background-color: #eee;
	border-radius: 0;
	width: 2px;
}

.r-modal-content::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-radius: 0;
	width: 2px;
}

.modal-case-l {
	width: 300px;
	margin-right: 100px;
	max-height: 350px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
.modal-report-l{
	width: 264px;
	margin-right: 88px;
	max-height: 264px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
.modal-report-l h3 {
	font-size: 24px;
	color: #666666;
	letter-spacing: 0;
	line-height: 36px;
	font-weight: normal;
}

.modal-case-l h3 {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
}

.modal-case-r,
.modal-report-r {
	flex: 1;
}
.modal-report-r{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -12px;
}
.modal-report-r form{width:100%;display:block;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.modal-report-r>p{
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0 12px 14px;
	width: 100%;
}
.modal-report-r .form-group-r{
	width: calc(50% - 24px);
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 16px;
}
.red-line-80 {
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #EB0000;
	margin: 40px 0 20px;
}

.modal-logo {
	width: 160px;
	margin-top: 56px;
}

.red-star {
	color: #EB0000;
	display: inline-block;
	margin-right: 5px;
}
.contactus-form{
	margin: 0 -12px;
}
.form-group-r .label {
	/* font-weight: bold; */
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
	display: block;
}

.form-group-r {
	margin-bottom: 24px;
}
.radio-group{
	margin-top: 12px;
	flex-wrap: wrap
}
.r-check{flex: 0 0 25%;box-sizing: border-box;padding:10px 0;margin:0!important}
textarea,
input.r-input {
	background: #F6F6F6;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 4px 14px;
	line-height: 30px;
	width: 100%;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
}

textarea {
	max-width: 100%;
	min-height: 64px;
	appearance: none;
	-webkit-appearance: none;
}

.select-input {
	display: block;
	background: #F6F6F6;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 2px 14px;
	line-height: 34px;
	width: 100%;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	-moz-padding-start: calc(0.75rem - 3px);
	background-image: url("/templates/pc/images/svg/arrow-d-g.svg");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	word-wrap: normal;
}

.btnz {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	line-height: 24px;
	padding: 12px 46px;
	background: #EB0000;
	outline: none !important;
	border: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	white-space: nowrap;
}

.btnz:hover {
	background: #A21F2A;
}
.modal-report-r .btnz{
	min-width: 160px;
	margin: 24px auto 0;
}
.modal-report-r .buttons{
	width: 100%;
}
.buttons {
	text-align: center;
}
.contactus-des {
	margin-bottom: 24px;
}

.full-xl-w {
	width: 100%;
	margin-left:12px;
	margin-right: 12px;
}

.half-xl-w {
	width: calc(25% - 24px);
	margin: 0 12px;
	margin-bottom: 24px;
}

.btn-t40 {
	margin-top: 40px;
}

.mb-0 {
	margin-bottom: 0;
}

input[type=radio] {
	opacity: 0;
	width: 0;
}

.r-check-label {
	position: relative;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	padding-left: 20px;
	white-space: nowrap;
	display: inline-block;
}

.r-check-label>span {
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50% !important;
	border: 1px solid #DCDCDC;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.r-check-label>input:checked~span {
	border: 1px solid #EB0000;
}

.r-check-label>input:checked~span:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100% !important;
	background: #EB0000;
}

.w-200 {
	max-width: 200px;
	width: 200px;
}

.check-inline input.r-input {
	padding: 0px 12px;
	margin-left: 4px;
	max-width: 160px;
}

.explore-more {
	margin-top: 55px;
}

.explore-more-item {
	width: calc(50% - 40px);
}

.explore-more-item a {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 0.5px solid #EB0000;
	/* padding: 16px 24px; */
	padding: 16px 6px 16px 24px;
}

.explore-more-item a svg {
	margin-right: 14px;
	transform: translateY(3px);
}

.explore-more-item a span {
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.ries-case-item {
	/* width: 400px; */
	width: calc(33.3333% - 14px);
	height: 300px;
	margin-top: 40px;
	margin-right: 20px;
	padding-top: 8px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.ries-case-item::after {
	content: "";
	display: inline-block;
	width: 0%;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background: #EB0000;
	transition: width ease 700ms 300ms
}

.ries-case-item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ries-case-item .name {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
}

.ries-case-item:nth-child(3n) {
	margin-right: 0;
}

.view-case-more {
	height: 40px;
	background: #fff;
	padding: 8px 0;
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	/* transition: bottom ease 700ms 400ms; */
}

.case-cover-mask {
	/* background: rgba(255, 255, 255, 0.95); */
	background: rgba(251, 249, 248, 0.96);;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* opacity: 1; */
	/* transition: bottom linear 700ms 800ms, transform linear 700ms 800ms; */
	transition: bottom ease 300ms 100ms;
}

.case--mask_b {
	padding: 16px 32px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.case--mask_b p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
	margin-top: 8px;
	min-height: 42px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.case-logo {
	width: 300px;
	margin: 35px auto 0;
	display: block;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

.ries-case-item:hover .case-cover-mask {
	bottom: 101%;
	/* opacity:0 */
}

.ries-case-item:hover::after {
	width: 100%;
}

/* .ries-case-item:hover .view-case-more{
	bottom: 0;
} */
.modal-case-cover {
	margin-bottom: 40px;
}

.modal-case-pra {
	/* margin-top: 24px; */
	line-height: 32px;
}

.data-line--box {
	margin-bottom: 24px;
}

.data-line--box .d-col {
	width: 32.8%;
	height: 120px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.data-line--box .d-col p {
	font-size: 16px;
	color: #586166;
	letter-spacing: 0;
	text-align: center;
	margin-top: 7px;
}

.data-line--box .d-col span {
	font-weight: bold;
	font-size: 16px;
	color: #EB0000;
	letter-spacing: 0;
	text-align: center;
}

.data-line--box .d-col span .num {
	font-weight: bold;
	font-size: 36px;
	color: #EB0000;
	letter-spacing: 0;
	text-align: center;
}

.data-line--box .d-col:nth-child(2) {
	margin: 0 5px;
	position: relative;
}

.data-line--box .d-col:nth-child(2):before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 64px;
	border-radius: 20px;
	background: #586166;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3px;
}

.data-line--box .d-col:nth-child(2)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 64px;
	border-radius: 20px;
	background: #586166;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
}

.title-en {
	font-weight: bold;
	font-size: 12px;
	color: #EB0000;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.career-sect h1 {
	margin-bottom: 40px;
}

.career-col p.title {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
}

.career-col {
	width: calc(50% - 40px);
}

.career-col .ries-culture-item {
	width: 100%;
	margin-top: 40px;
}

.career-col .ries-culture-item .dd.min-h72 {
	min-height: 72px;
}

.mt-40 {
	margin-top: 40px;
}

.career-right-img {
	width: 360px;
	margin-left: 40px;
}

.career-left {
	flex: 1;
}

.career-left ul li {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	padding-left: 13px;
	position: relative;
}

.career-left ul li::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #EB0000;
	position: absolute;
	left: 0;
	top: 13px;
}

.ries-culture-item {
	width: calc(50% - 40px);
	margin-bottom: 40px;
}

.ries-culture-item:nth-child(3),
.ries-culture-item:nth-child(4) {
	margin-bottom: 0;
}

.ries-culture-item img {
	width: 80px;
	height: 80px;
	margin-right: 32px;
}

.ries-culture-item .tt {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
}

.ries-culture-item .dd {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.center-btn {
	text-align: center;
}

.btnz-360 {
	width: 360px;
}

.activities-list-con h1 {
	margin-bottom: 35px;
}

.activities-con-lists {
	margin: 0 -20px;
}

.r-activities-items {
	width: 50%;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
}

.r-activities-items:not(.last)::after {
	content: "";
	display: inline-block;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #DCDCDC;
	position: absolute;
	left: 20px;
	bottom: -20px;
}

.r-activities-items.last {
	margin-bottom: 0;
}

.r-activities-txt {
	margin-top: 24px;
}

.ac__date {
	font-size: 14px;
	color: #EB0000;
	letter-spacing: 1px;
	line-height: 21px;
	display: inline-block;
}

.ac__name {
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin-top: 12px;
}

.case-sect-3 {
	height: 480px;
	background-attachment: fixed;
	background-position: center 60px;
}

.case-sect-3>div {
	padding: 200px 200px 145px;
}

.case-sect-3 h1 {
	margin-bottom: 40px;
}

.consult-btn {
	display: inline-block;
	padding: 12px 67px 12px 24px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 24px;
	width: auto;
	height: 48px;
}

.consult-btn.view-all-btn::after {
	right: 24px;
}

.consult-btn.view-all-btn:hover::after {
	right: 18px;
}

.modal-overlay {
	opacity: 0.6;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1005;
	display: none;
}

.modal-centred {
	/* height: calc(100vh - (100vh * 0.2)); */
	min-height: 520px;
	max-height: 92vh;
	/* top: calc(100vh * 0.1); */
	top: 50%;
	position: fixed;
	z-index: 1006;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1080px;
	background: #ffffff;
	padding: 60px 40px 60px 40px;
	/* padding-top: calc(100vh * 0.1); */
	/* padding-bottom: calc(100vh * 0.068); */
	display: none;
}

.modal-centred .close-r-modal {
	top: 24px;
	right: 24px;
}

.modal-centred.open {
	display: block;
}

.modal-overlay.open-o,
.open+.modal-overlay {
	display: block;
}

.modal-centred .r-modal-content {
	height: calc(92vh - 80px);
	/* padding-right: 114px; */
	overflow-y: auto;
}
.insight-modal.modal-centred{
	padding-left: 20px;
	padding-right: 20px;
}
.modal-centred.insight-modal .r-modal-content{
	height: auto;
	overflow: hidden;
}
.video-modal.modal-centred .r-modal-content {
	height: 100%;
}
.video-modal-content .left-video{
	margin-right: 24px;
}
.modal-centred.r-media-modal {
	padding-left: 64px;
	padding-bottom: 0;
}
.modal-centred.r-media-modal .r-modal-content {
	padding-right: 56px;
}

.palying-video {
	position: relative;
	background: #000;
	width: 608px;
	max-width: 608px;
	max-height: 342px;
	height: 342px;
	/* height: 100%; */
	text-align: center;
	display: flex;
	justify-content: center;
}

.palying-video .ries-video {
	display: block;
	width: auto;
	height: 100%;
	max-width: 608px;
	max-height: 342px;
	height: 342px;
}

.play-v-poster {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.palying-video .play-v-btn {
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-des-con {
	margin-top: 24px;
}

.video-des-con p {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
}
.ries-recmd-item{
	margin-bottom: 16px;
}
.ries-recmd-item .vd-cover{
	width: 144px;
	height: 81px;
	margin-right: 12px;
	position: relative;
}

.ries-recmd-item .vd-cover .v-time{
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(255,255,255,0.20);
	border-radius: 16px;
	color: #fff;
	padding: 3px 8px 3px 12px;
	z-index: 2;
	margin: 0;
}
.ries-recmd-item .vd-cover::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-image: linear-gradient(180deg, rgba(62,62,62,0.00) 37%, rgba(29,29,29,0.80) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.ries-recmd-item .video-r-txt{
	flex:1
}
.ries-recmd-item .video-r-txt p{
	font-weight: bold;
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 4px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ries-recmd-item .video-r-txt .v-date{
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.8px;
	line-height: 18px;
}
.video-des-con>div,
.video-des-con>div span {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 22px;
}
.right-recomd-vd h3{
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 16px;
}
.ries-video-m-flex {
	margin-top: 24px;
}

.ries-video-m-flex .ries-video-item {
	width: calc(50% - 12px);
	height: 226px;
}

.ries-video-m-flex .ries-video-item .video-float {
	padding: 16px;
}

.ries-video-m-flex .ries-video-item .play-v-btn {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sect-aboutries-1 {
	position: relative;
	margin-top:132px;
}

.sect-aboutries-1 div.img-r {
	margin-left: 40px;
	width: 400px;
}
.sect-aboutries-1 div.txt-l {
	flex: 1;
}
.sect-aboutries-p {
	margin-top: 40px;
	line-height: 32px;
}

.sect-aboutries-1 p {
	flex: 1;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 10px;
}
.sect-aboutries-1 p:last-child{
	margin-bottom: 0;
}
b {
	font-weight: bold !important;
	color: #1D1D1D;
}

.float-lt-num {
	opacity: 0.3;
	font-weight: bold;
	font-size: 140px;
	color: #DCDCDC;
	position: absolute;
	top: -70px;
	left: -60px;
	display: inline-block;
	line-height: 185px;
}

.sect-aboutries-2-con {
	padding: 100px 0;
}

.quote {
	width: 100px;
}

.right-quote {
	margin-left: 60px;
}

.right-quote p {
	line-height: 32px;
	margin-top: 36px;
}

.sect-aboutries-3 h1 {
	padding-left: 24px;
	line-height: 48px;
	position: relative;
	margin-bottom: 35px;
}

.sect-aboutries-3 p {
	line-height: 32px;
	margin-bottom: 64px;
}

.sect-aboutries-3 p.last {
	margin-bottom: 24px;
}

.sect-aboutries-3 h1::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 33px;
	background-color: #EB0000;
	position: absolute;
	left: 0;
	bottom: 5px;
}

.about-accordion-list {
	padding: 10px 40px;
	background: rgba(246, 246, 246, 0.5);
}

.about-accordion-item {
	border-bottom: 1px solid #DCDCDC;
}

.about-accordion-item.last {
	border-bottom: none;
}

.about-accordion-title {
	padding: 30px 0;
	position: relative;
	cursor: pointer;
}

.about-accordion-title span {
	width: 16px;
	height: 2px;
	background-color: #EB0000;
	display: inline-block;
	/* margin-right: 40px; */
	position: relative;
	transition: transform 1s ease-in-out 0s;
	position: absolute;
	right: 0;
	top: 40px;
}

.about-accordion-title span::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 16px;
	background-color: #EB0000;
	position: absolute;
	left: 7px;
	top: -7px;
	transition: transform 0.5s ease-in-out 0s;

}

.openv .about-accordion-title span {
	transition: transform 1s ease-in-out 0s;
	/* transform: rotate(90deg); */
}

.openv .about-accordion-title span::after {
	transition: transform 0.5s ease-in-out 0s;
	transform: rotate(90deg);
}

.about-accordion-title p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	padding-left: 15px;
	position: relative;
	line-height: 21px;
}

.about-accordion-title p::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #EB0000;
	position: absolute;
	left: 0;
	top: 8px;
}

.about-accordion-con {
	padding-left: 16px;
	padding-bottom: 30px;
	display: none;
	/* height: 0; */
}

.about-accordion-con p {
	margin-bottom: 0;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 28px;
}

.openv .about-accordion-con {
	/* height: auto; */
	/* display: block; */
}

.books-list,
.leaderships {
	margin: 0 -20px;
}

.leaderships-con h1 {
	margin-bottom: 16px;
}

.books-con h4 {
	/* margin-bottom: 20px; */
}

.books-con {
	margin-bottom: 40px;
}

.leaderships-item {
	margin: 20px 0;
	padding: 20px;
	position: relative;
	/* background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10); */
}

.books-item {
	margin: 20px 0;
	padding: 20px;
	position: relative;
	width: calc(50% - 40px);
}

.leaderships-item::after {
	content: "";
	display: inline-block;
	width: calc(100% - 40px);
	left: 20px;
	height: 1px;
	background-color: #DCDCDC;
	position: absolute;
	bottom: -20px;
}

.books-item::after {
	content: "";
	display: inline-block;
	width: calc(100% - 40px);
	left: 20px;
	height: 1px;
	background-color: #DCDCDC;
	position: absolute;
	bottom: -20px;
}

.leaderships-item.last::after {
	display: none;
}

.books-item.last::after {
	display: none;
}

.global-leaderships .leaderships-item {
	width: calc(50% - 20px);
}

.china-leaderships .leaderships-item {
	width: calc(33.333% - 20px);
}

.leaderships-icon {
	width: 120px;
	height: 120px;
	min-width: 120px;
	margin-right: 24px;
}

.leaderships-info .name {
	margin-bottom: 12px;
}

.leaderships-info .name .cn {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
}

.leaderships-item:hover .leaderships-info .name .cn {
	color: #EB0000;
}

.books-item:hover .bname {
	color: #EB0000;
}

.leaderships-info .name .en {
	/* font-size: 16px; */
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 1.14px;
	line-height: 21px;
	margin-top: 4px;
	white-space: nowrap;
}

.positions p {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.8px;
	line-height: 18px;
}

.ld-mail {
	position: absolute;
	top: 20px;
	right: 20px;
}

.leadership-hr {
	margin-top: 60px;
}

.books-hr.sep-h-100 {
	margin-top: 40px;
	margin-bottom: 80px;
}

.books-cover {
	width: 112px;
	min-width: 112px;
	margin-right: 24px;
}

.books-info .bname {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
}

.books-info .author {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
	margin-bottom: 24px;
}

.books-info .des {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
}

.activities-d-btn {
	display: inline-block;
	padding: 12px 82px 12px 24px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 24px;
	width: auto;
	height: 48px;
	position: absolute;
	right: 20%;
	bottom: 33%;
}
.page_activities .activities-d-btn{left:23%;right:auto}
.page_newsindex .activities-d-btn{display:none;}
.activities-d-btn.view-all-btn::after {
	right: 30px;
}

.activities-d-btn.view-all-btn:hover::after {
	right: 24px;
}

.positioning-sect1>p {
	line-height: 32px;
}

.positioning-sect1>h1 {
	margin: 56px 0;
}

.timeline-all {
	position: relative;
}

.timeline-all .float-right {
	opacity: 0.3;
	font-weight: bold;
	font-size: 100px;
	line-height: 132px;
	color: #DCDCDC;
	text-align: right;
	position: absolute;
	right: 2px;
	top: -34px;
}

.timeline-single span {
	display: inline-block;
	width: 48px;
	font-weight: bold;
	font-size:18px;
	line-height: 32px;
	color: #1D1D1D;
	letter-spacing: 0;
	text-align: center;
	margin-top: 8px;
	margin-right: 24px;
}

.timeline-single.first span {
	margin-top: 0;
}

.timeline-single p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin: 4px 0;
	padding-left: 36px;
	position: relative;
	flex: 1;
}

.timeline-single.last p {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
}

.timeline-single p::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #666666;
	position: absolute;
	left: 11px;
	top: 15px;
}

.timeline-single.last p::after {
	background-color: #1D1D1D;
}

.timeline-single p.null::after {
	display: none;
}

.timeline-more-ellipse {
	margin-top: -40px;
}

.timeline-expand-more {
	margin: 16px 0;
}

.timeline-expand-more a {
	font-size: 16px;
	color: #999999;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.show-more-timeline {
	display: none;
}

.ob-article {
	margin-top: 56px;
	background: rgba(246, 246, 246, 0.5);
	padding: 56px;
}

.ob-article h5 {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 1.8px;
	line-height: 32px;
	margin-bottom: 12px;
}

.ob-article p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin-top: 10px;
}

.show-more-ob {
	display: none;
}

.ob-article p.name {
	margin-top: 52px;
}

.ob-article p.time {
	margin-top: 10px;
}

.show-more-ob-btn {
	display: inline-block;
	font-size: 16px;
	color: #999999;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-top: 20px;
}

.r-imgs-list {
	margin: 0 -8px;
	margin-top: 40px;
}

.r-imgs-item {
	height: 270px;
	position: relative;
	margin: 0 8px;
	margin-top: 16px;
}

.r-imgs-item img {
	height: 100%;
	width: auto;
}

.r-imgs-item .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	padding: 0 16px 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
}

.r-imgs-item .content .years {
	font-size: 48px;
	color: #1D1D1D;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 63px;
}

.r-imgs-item .content .des {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
}

.r-imgs-item:hover .content {
	opacity: 1;
}

.r-media-video_list {
	margin-top: 16px;
}

.r-media-video_list .media-video_item {
	margin-top: 40px;
	width: calc(50% - 20px);
}

.r-media-video_list .media-video_item p {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 16px;
}

.media-video_item .video-source {
	width: 100%;
	height: 281px;
	position: relative;
	background-color: #000;
	/* max-height: 285px; */
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.media-video_item .video-source video{
	height: 100%;
	width: auto;
}
.r-media-v {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.r-media-v .video-poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r-media-v .play-icon {
	width: 38px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.positioning-sect6>h1 {
	margin-bottom: 56px;
}

.media--cons {
	margin: 0 -8px;
}

.media--item {
	width: calc(33.333% - 16px);
	margin: 40px 8px 0;
}

.media--item .media-txt p {
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 4px;
}

.media--item .media-txt p.title {
	font-weight: bold;
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 1px;
	line-height: 21px;
	margin-top: 16px;
}

.positioning-sect7>h1 {
	margin-bottom: 56px;
}

.eulogy-words {
	margin-top: 55px;
}

.eulogy-left {
	width: 448px;
	padding: 40px;
	margin-right: 40px;
	background: #F6F6F6;
}

.eulogy-left .name {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	text-align: right;
	line-height: 36px;
	margin-bottom: 8px;
}

.eulogy-left .company {
	font-weight: bold;
	font-size: 14px;
	color: #1D1D1D;
	letter-spacing: 1px;
	text-align: right;
	line-height: 21px;
	margin-bottom: 16px;
}

.quote-line {
	height: 28px;
	text-align: left;
}

.quote-line.right {
	text-align: right;
}

.quote-line img {
	width: auto;
	height: 100%;
}

.eulogy-content {
	margin: 28px 0;
	height: 375px;
	overflow-y: auto;
	margin-right: -36px;
	padding-right: 36px;
}

.eulogy-content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.eulogy-content::-webkit-scrollbar-thumb {
	background-color: #B6B6B6;
	border-radius: 0;
	width: 4px;
}

.eulogy-content::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 0;
	width: 4px;
}

.eulogy-content p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 28px;
	text-indent: 2em;
}

.eulogy-words ul {
	flex: 1;
}

.eulogy-words ul li {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 28px;
	padding-left: 32px;
	position: relative;
	cursor: pointer;
}

.eulogy-words ul li.active {
	color: #1D1D1D;
	font-weight: bold;
}

.eulogy-words ul li::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 6px;
	background-color: #666666;
	position: absolute;
	left: 12px;
	top: 13px;
}

.eulogy-words ul li.active::after {
	background-color: #1D1D1D;
}

.book-introduction {
	padding-left: 170px;
	/* margin-right: -95px; */
	position: relative;
}

.book-poster {
	position: absolute;
	width: 384px;
	left: 0;
	top: 56px;
}

.this-book-intro {
	padding: 80px 40px 70px 260px;
	background: #F6F6F6;
}

.this-book-intro p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
}

.goto-store-btns {
	margin-top: 40px;
}

.goto-store-btn {
	position: relative;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #EB0000;
	padding: 11px 47px 11px 24px;
	margin-right: 18px;
}

.goto-store-btn::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/svg/arrow-line-r.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 8px);
	right: 26px;
	-webkit-transition: right ease .4s;
	-moz-transition: right ease .4s;
	-ms-transition: right ease .4s;
	-o-transition: right ease .4s;
	transition: right ease .4s;
}

.goto-store-btn:hover::after {
	right: 20px;
}

.this-book-des {
	/* margin-right: -95px; */
	margin-top: 40px;
}

.this-book-des p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.35px;
	line-height: 32px;
	margin-top: 8px;
}

.this-book-des p.main-des {
	padding: 16px 0 16px 20px;
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 32px;
	border-left: 4px solid #EB0000;
	margin-bottom: 16px;
}

.ries-quote {
	border: 1px solid #EB0000;
	border-radius: 0px 56px 0 56px;
	padding: 40px 37px;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	line-height: 40px;
	max-width: 714px;
	position: relative;
	margin-left: 22px;
}

.ries-quote::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../images/svg/quote-r-red.svg);
	background-repeat: no-repeat;
	background-size: 40px 28px;
	background-position: 3px center;
	background-color: #ffffff;
	position: absolute;
	left: -22px;
	top: -7px;
}

.ries-quote::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../images/svg/quote-r-red.svg);
	background-repeat: no-repeat;
	background-size: 40px 28px;
	background-position: 3px center;
	background-color: #ffffff;
	transform: rotate(-180deg);
	position: absolute;
	right: -22px;
	bottom: -7px;
}

.sect-cate1 h1 {
	margin-bottom: 56px;
}

.sect-cate2 h1 {
	margin-bottom: 16px;
}

.sect-cate1 .video-title {
	margin-top: 30px;
	margin-bottom: 16px;
}

.ries-intro {
	width: 240px;
	text-align: center;
}

.ries-intro .nn {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 32px;
	margin-top: 22px;
}

.ries-intro .dd {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
	margin-top: 2px;
}

.ries-intro>img {
	width: 200px;
	height: 200px;
}

.full-video {
	display: block;
}

.video-full-w {
	position: relative;
	margin-top: 40px;
}

.video-full-w .r-media-v .play-icon {
	width: 60px;
	height: 60px;
}

.video-bg {
	z-index: 0;
}

.video-bg::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

}

.media-m-content h3 {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: 8px;
}

.media-m-content .time-source span {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 21px;
}

.media-m-content .media-modal-con {
	margin-top: 24px;
}

.media-m-content .media-modal-con img {
	max-width: 560px;
	margin-bottom: 24px;
}

.media-m-content .media-modal-con p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 24px;
}

.site-map-con>a {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 32px;
}

.site-map-con .first {
	padding-left: 16px;
}

.site-map-con .first {
	margin-bottom: 32px;
}

.site-map-con .first>a {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
}

.site-map-con .second {
	margin-top: 16px;
}

.site-map-con .second {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.site-map-con .second a {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	display: inline-block;
	margin: 0 16px;
}

.video-full-media .video-source {
	max-height: 585px;
	text-align: center;
	background: #000;
}

.video-full-media .video-source .full-video {
	max-height: 585px;
	margin: 0 auto;
}

.case-swiper-kv {
	position: relative;
	/* transform: translateY(-70%); */
}

#carousel .swiper-slide {
	/* width: 636px; */
	width: calc(100vw * 0.442);
	height: calc(100vw * 0.442 * 0.75);
	cursor: default;
}
#carousel .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#carousel .swiper-wrapper {
	align-items: flex-end;
}

.carousel {
	position: relative;
}

.case-swiper-kv .swiper-slide.swiper-slide-active {
	transform: scale(0.88);
	transform-origin: bottom;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.case-swiper-kv .swiper-slide.swiper-slide-next {
	transform: translateX(0px) translateY(32px) translateZ(0px) rotateY(-30deg);
}

.case-swiper-kv .swiper-slide.swiper-slide-prev {
	transform: translateX(0px) translateY(32px) translateZ(0px) rotateY(30deg);
}

.carousel-bottom {
	position: relative;
	/* width: 560px; */
	width: calc(100vw * 0.442 - 68px);
	margin: 24px auto 0;
}

.swiper-button-next.case-button-next:after,
.swiper-button-prev.case-button-prev:after {
	display: none;
}

.swiper-button-next.case-button-next,
.swiper-button-prev.case-button-prev {
	width: 260px;
	height: 120px;
	padding: 24px 40px;
	margin-top: 0;
	transform: translateY(-50%);
}



.swiper-button-next.case-button-next {
	right: -300px;
}

.swiper-button-prev.case-button-prev {
	left: -300px;
}

.case-related-txt {
	min-height: 188px;
}

.case-related-txt .title {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: 8px;
}

.case-related-txt .des {
	font-weight: bold;
	font-size: 16px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 24px;
}

.case-related-txt .pra {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
	margin-bottom: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pn-txt span {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.pn-txt p {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	margin-top: 12px;
}

.pre-txt {
	text-align: right;
}

.case-button-next svg {
	position: absolute;
	top: 50%;
	right: 52px;
	transform: translateY(-50%);
}

.case-button-prev svg {
	position: absolute;
	top: 50%;
	left: 52px;
	transform: translateY(-50%);
}

.anim {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity linear 500ms 0, transform linear 500ms 0;
}

.anim.up {
	opacity: 1;
	transform: translateY(0px);
	transition: opacity linear 700ms 300ms, transform linear 700ms 300ms;
}

.industry-insight-item {
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #DCDCDC;
}

.industry-insight-item:first-child {
	padding-top: 0;
}

.industry-insight-item:last-child {
	border-bottom: none;
}

.industry-insight-item .date {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	background: #F6F6F6;
	width: 140px;
	min-width: 140px;
	height: 140px;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
}

.industry-insight-item .date .dd {
	display: inline-block;
	font-weight: bold;
	font-size: 50px;
	color: #666666;
	letter-spacing: 0;
	line-height: 50px;
	margin-bottom: 16px;
	position: relative;
}

.industry-insight-item .date .dd::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #EB0000;
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);

}

.industry-insight-item .date .yy-mm {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.industry-insight-item .i-links .title {
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	letter-spacing: 0;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 14px;
	margin-top: 12px;
}

.industry-insight-item .i-links .des {
	display: block;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (min-width:1770px) {
	.swiper-slide.swiper-slide-next {
		text-align: right;
		overflow: hidden;
	}

	.swiper-slide.swiper-slide-prev {
		text-align: right;
		overflow: hidden;
	}

	.swiper-slide.swiper-slide-next img {
		transform: translateX(-100px);
	}

	.swiper-slide.swiper-slide-prev img {
		transform: translateX(100px);
	}

	#carousel .swiper-3d {
		height: 465px;
		display: flex;
		display: -webkit-flex;
		align-items: flex-end;
	}

	#carousel .swiper-wrapper {
		height: 477px;
	}
}


.books-milestone-sect h1 {
	/* margin-bottom: 39px; */
}

.b-milestone-single {
	margin-top: 40px;
}

.b-milestone-single .years {
	font-weight: bold;
	display: inline-block;
	font-size: 36px;
	color: #1D1D1D;
	letter-spacing: 0;
	text-align: center;
	padding-left: 24px;
	line-height: 48px;
	position: relative;
	height: 48px;
}

.b-milestone-single .years::before {
	content: "";
	display: inline-block;
	opacity: 0.1;
	background: #EB0000;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	position: absolute;
	top: 16px;
	left: 0;
}

.b-milestone-single .years::after {
	content: "";
	display: inline-block;
	opacity: 1;
	background: #EB0000;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	position: absolute;
	top: 20px;
	left: 4px;
}

.b-milestone-single .ms-des {
	margin-left: 48px;
}

.b-milestone-single .ms-des p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin: 8px 0 16px;
}

.ms-imgs-box {
	align-items: flex-end;
	margin-top: 8px;
}

.ms-imgs-box img:not(.no-sd) {
	box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.50);
	margin-right: 20px;
	max-width: 320px;
	max-height: 219px;
	width: auto;
}

.ms-imgs-box .no-sd {
	width: 168px;
	margin-left: 40px;
}

.ms-imgs-box img.w-143 {
	width: 143px;
}

.ms-imgs-box img.w-154 {
	width: 154px;
}

.ms-imgs-box img.w-148 {
	width: 148px;
}

.ms-imgs-box.row-i4 img {
	height: 180px;
	width: auto;
}

.ms-imgs-box.row-i1 img {
	width: 139px;
}

.ms-imgs-box.row-i5 img {
	/* width: 143px; */
	width: auto;
	height:210px;
}

.positioning-num {
	position: relative;
	padding-top: 40px;
}

.positioning-num span {
	opacity: 0.05;
	font-weight: bold;
	font-style: italic;
	font-size: 110px;
	color: #494E54;
	letter-spacing: 0;
	text-align: right;
	line-height: 110px;
	display: block;
	max-width: 607px;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	z-index: -1;
}

.book-cate-2020 {
	padding: 80px 0;
}

.book-l-2020 {
	width: 240px;
	min-width: 240px;
	margin-right: 80px;
}

.book-r-2020 {
	max-width: 560px;
}

.book-r-2020 h1 {
	margin-bottom: 16px;
}

.book-r-2020 p {
	line-height: 32px;
	margin-bottom: 40px;
}

.view-category-btn {
	padding: 12px 112px 12px 24px;
	color: #fff;
	display: inline-block;
	width: auto;
	height: 48px;
}

.view-category-btn::after {
	right: 30px;
}

.view-category-btn:hover::after {
	right: 24px;
}

.back-to-top {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	position: fixed;
	bottom: 60px;
	right: -80px;
	border-radius: 50%;
	z-index: 200;
	cursor: pointer;
}

.back-to-top.show {
	right: 25px;
}
@media only screen and (min-width:1440px) {
	#carousel .swiper-slide{
		max-width: 636px;
		max-height: 420px;
	}
	.carousel-bottom{
		width: 560px;
	}
}
@media only screen and (max-width:1440px) {
	.left-center {
		padding-left: 100px;
		padding-right: 60px;
	}

	.wrap-xl {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		/* padding: 0 20px 0 100px; */
	}
}

@media only screen and (max-width:1320px) {
	.wrap-md {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		/* padding: 0 20px 0 100px; */
		padding: 0 100px;
	}

	.logos-list.wrap-md {
		padding: 0;
	}

	.ries-case-con {
		padding: 0;
	}

	.solution-l {
		width: 57.7%;
	}

	.sub-kv-title {
		left: calc((100vw - 1060px)/2 + 90px);
	}

	.left-1040 {
		left: calc((100vw - 1040px)/2 + 110px);
	}
}

@media only screen and (max-width:1280px) {
	.ries-case-con {
		padding: 0 80px;
	}

	.case-logo {
		width: 200px;
	}

	.ries-case-item {
		height: 240px;
	}

	/* .sub-kv-title{
		font-size: 40px;
	} */
}

/* 1280自适应调整 */
@media only screen and (max-width:1280px) {
	.wrap-xs {
		max-width: 900px;
	}
	.wrap-1160 {
		max-width: 100%;
		padding: 0 25px 0 100px;
	}

	.wrap-xxs {
		max-width: 900px;
	}

	.left-center p.big {
		font-size: 54px;
	}

	.left-center p.small {
		font-family: 'MicrosoftYaHeiSemibold';
		font-weight: 500;
		font-size: 40px;
		color: #ffffff;
		letter-spacing: 0;
		line-height: 1;
		margin-top: 24px;
		font-weight: bold;
	}

	.news-enter-link_img {
		width: 550px;
		min-height: 360px;
	}

	.c-media-item .c-media-img {
		height: 180px
	}

	.c-insight-item {
		width: calc(33.33% - 15px);
		height: 283px;
	}

	.wrap-md {
		max-width: 900px;
		padding: 0;
	}
    .solutions-bg .wrap-md {
		max-width: 1100px;
		padding: 0;
	}
	.sep-h-100 {
		margin: 80px 0;
	}

	.ries-case-con {
		padding: 0;
	}

	.ries-case-item {
		margin-top: 24px;
		height: 214px;
	}

	.ries-case-item .name {
		font-size: 14px;
	}

	.case--mask_b p {
		font-size: 12px;
	}

	.case-logo {
		width: 160px;
		margin: 20px auto 0;
	}

	/* .view-more {
		font-size: 12px;
	} */

	.modal-case-pra {
		font-size: 14px;
	}

	.modal-case-l h3 {
		font-size: 22px;
	}

	.data-line--box .d-col p {
		font-size: 14px;
	}

	.case-related-txt .pra {
		font-size: 14px;
	}

	.logos-list.wrap-md {
		max-width: 100%;
		padding: 0;
	}

	.news-cover {
		max-height: 520px;
	}

	.row-lr>div {
		max-height: 260px;
	}

	.data-info-box p {
		font-size: 14px;
	}

	.news-t {
		font-size: 14px;
		line-height: 21px;
		height: 63px;
	}

	.insight-item p,
	p {
		font-size: 14px;
		line-height: 1.5;
	}

	.r-imgs-item {
		height: 231px;
	}
    .right-quote p,
	.sect-aboutries-1 p,
	.timeline-expand-more a,
	.timeline-single.last p,
	.timeline-single p {
		font-size: 14px;
		line-height: 1.8;
	}

	.ob-article h5 {
		font-size: 22px;
	}

	.b-milestone-single .ms-des p,
	.this-book-des p,
	.this-book-des p.main-des,
	.this-book-intro p,
	.r-media-video_list .media-video_item p,
	.show-more-ob-btn,
	.ob-article p,
	.insight-top-r p{
		font-size: 14px;
		line-height: 1.8;
	}
	.insight-top-r p{
		overflow: hidden;
		display: -webkit-box;
		word-break: break-all;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;    
	}

	.r-quarterly-item:nth-child(3n-1) {
		margin: 56px 0;
	}

	.china-leaderships .leaderships-item {
		/* width: calc(33.33% - 12px); */
		width: 33.33%;
	}

	.ries-quote {
		max-width: calc(100% - 300px);
		font-size: 20px;
	}

	.video-full-media .video-source {
		max-height: 506px;
	}

	.video-full-media .video-source .full-video {
		max-height: 506px;
	}

	.b-milestone-single .years {
		font-size: 32px;
	}

	.b-milestone-single .ms-des p {
		margin-top: 4px;
	}
	.r-insight-img {
		height: 200px;
	}
	.media-video_item .video-source{
		height: 241px;
	}
	.ries-video-m-list .ries-video-item .video-temp{
		height: calc(273px * 0.5625);
	}
	.ries-video-item {
		height: calc((900px - 40px)/2 * 0.5625);
	}

}

@media only screen and (max-width:1240px) {
	.solutions-bg .wrap-md{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0 100px;
	}
	.wrap-md {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:1180px) {
	.wrap-xm {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0 100px;
	}

	.sect1-about-ries {
		overflow: hidden;
	}

	.global-map {
		transform: translateX(100px);
	}
	.map-txt{
		right: 30px;
	}

	.consult-case-flex {
		flex-wrap: wrap;
		padding: 0 100px;
	}

	.case-flex-l {
		padding-left: 0;
		min-width: 100%;
	}

	.main-case-item {
		width: calc(25% - 15px);
	}

	.main-case-thumb {
		width: 100%;
		height: calc((100vw * 0.37) / 2);
	}

	.case-flex-r {
		width: 100%;
		width: 600px;
		margin: 0px;
		margin-top: 40px;
	}

	.case-m-kv {
		height: 560px;
	}

	.news-cover {
		max-height: calc((100vw - 200px - 20px)/2);
	}

	.row-lr>div {
		max-height: calc((100vw - 200px - 20px)/4);
	}

	.news-t {
		margin-bottom: 24px;
	}

}

@media only screen and (max-width:1160px) {
	.wrap-sm {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0 100px;
	}

	.solutions-con {
		padding:56px 40px;
	}

	.news-enter-link_img {
		width: 620px;
	}

	.c-insight-item {
		width: 31%;
	}

	.r-quarterly-item:nth-child(3n-1)::after {
		width: calc(100% + 80px);
		left: -40px;
	}


	.insight-top-l {
		width: 550px;
	}

}

@media only screen and (max-width:1100px) {
	.wrap-xm {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.radio-group {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.check-inline {
		margin: 16px 24px 0px 0;
	}

	.check-inline:not(.flex) {
		flex: 0 0 50%;
		height: 20px;
		display: flex;
		align-items: center;
		padding: 20px 0;
	}

	.solutions-con {
		transform: translateY(-150px);
	}

	.r-quarterly-item:nth-child(3n-1)::after {
		width: calc(100% + 0px);
		left: 0px;
	}

	.r-quarterly-item:nth-child(3n-1) {
		margin: 56px 0px;
	}
}

@media only screen and (max-width:1080px) {
	.wrap-sm {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.news-enter-link_txt .link-item {
		padding: 12px 0;
	}

	.news-enter-link_img {
		width: 500px;
		min-height: 350px;
	}

	.news-enter-link_txt {
		margin-left: 20px;
	}

	.global-map {
		width: 800px;
	}

	.country-dot.china {
		top: 163px;
		left: 293px;
	}

	.country-dot.america {
		top: 100px;
		right: 130px;
	}

	.news-index-des .news-d {
		margin-bottom: 12px;
	}

	.news-t {
		margin-bottom: 20px;
	}

	.insight-item {
		width: 25%;
	}

	.insight-item .insight-cover {
		width: 140px;
	}

	.insight-list {
		padding: 0;
	}
}

@media only screen and (max-width:1260px) {
	/* .wrap-xs {
		width: 100%;
		max-width: 1060px;
		margin: 0 auto;
		margin-left: 100px;
	} */
}

@media only screen and (max-width:1160px) {
	/* .wrap-xs {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0 100px;
	} */
}

@media only screen and (max-width:1060px) {
	/* .wrap-xs {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	} */

	.activities-d-btn {
		bottom: 20%;
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(0px) translateY(30px) translateZ(0px) rotateY(-28deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(0px) translateY(30px) translateZ(0px) rotateY(28deg);
	}
	
}

@media only screen and (max-width:1240px) {
	/* .wrap-xxs {
		width: 100%;
		max-width: 1040px;
		margin: 0 auto;
		margin-left: 100px;
		padding: 0 20px 0 100px; 
	}*/

	.r-modal-content .wrap-xxs {
		margin: 0 auto;
	}

	.ms-imgs-box img.w-143 {
		width: 125px;
	}

	.ms-imgs-box img.w-154 {
		width: 130px;
	}

	.ms-imgs-box img.w-148 {
		width: 130px;
	}

	.ms-imgs-box .no-sd {
		width: 150px;
		margin-left: 20px;
	}

	.books-item {
		width: calc(50% - 20px);
	}

	.books-info .des {
		font-size: 12px;
	}

	/* .sub-kv-title,
	.left-1040 {
	    left: 100px
	} */
}

@media only screen and (max-width:1140px) {
	.wrap-1160,
	.wrap-xs,
	.wrap-xxs {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0 100px;
	}

	.r-modal-content .wrap-xxs {
		padding: 0;
	}

	.sub-kv-title,
	.left-1040 {
		left: 200px
	}

	.modal-centred {
		max-width: 90%;
	}
	.palying-video{
		width: 500px;
		max-height: 282px;
		height: 282px;
		max-width: 500px;
	}
	.palying-video .ries-video{
		max-height: 282px;
		height: 282px;
		max-width: 500px;
	}
	.media-video_item .video-source{
		/* height: 241px; */
		height: calc((100vw - 160px)/2 * 0.562);
	}
	.ries-video-m-list .ries-video-item .video-temp{
		height: calc((100vw - 200px)/3 * 0.5625);
	}
	.ries-video-item {
		height: calc((100vw - 160px)/2 * 0.5625);
	}
/* 
	.modal-centred .r-modal-content {
		padding-right: 26px;
	} */
}

@media only screen and (max-width:1040px) {
    .wrap-1160,
	.wrap-md,
	.wrap-xs,
	.wrap-xxs,
	.solutions-bg .wrap-md{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0 100px;
	}

	.r-imgs-item {
		height: 226px;
	}

	.sub-kv-title,
	.left-1040 {
		left: 100px;
	}

	.china-leaderships .leaderships-item {
		width: calc(50% - 20px);
		/* margin: 12px 0; */
		/* padding: 0; */
	}

	.china-leaderships .leaderships-item.last::after {
		display: inline-block;
	}

	.china-leaderships .leaderships-item:last-child::after {
		display: none;
	}

	.r-insight-img {
		height: 180px;
	}

	.ms-imgs-box img.w-148,
	.ms-imgs-box img.w-143 {
		width: 120px;
	}

	.ms-imgs-box img.w-154 {
		width: 115px;
	}

	.ms-imgs-box.row-i4 img {
		height: 151px;
	}

	.ms-imgs-box img:not(.no-sd) {
		max-width: 270px;
	}

	.ms-imgs-box.row-i1 img {
		width: 121px;
	}
	.result-tab-switch .result-tabs, 
	.video-tab-switch .video-tabs{
		font-size: 16px;
		margin-right: 40px;
	}
	.result-tab-switch .result-tabs.active,
	.video-tab-switch .video-tabs.active{
		font-size: 16px;
	}
}

@media only screen and (max-width:1024px) {
	.r-quarterly-item {
		width: 33.333%;
		padding: 0 20px;
	}
}

@media only screen and (max-width:1020px) {

	.ries-culture-item,
	.career-col {
		width: calc(50% - 10px);
	}

	.ms-imgs-box img.w-148,
	.ms-imgs-box img.w-143 {
		width: 106px;
	}

	.ms-imgs-box img.w-154 {
		width: 110px;
	}

	.ms-imgs-box .no-sd {
		width: 115px;
	}
	.ries--news--con_img img{
		max-width: 100%;
	}
}

@media only screen and (max-width:950px) {
	.modal-centred {
		max-width: 768px;
		/* padding-left: 34px; */
	}

	/* .modal-centred .r-modal-content {
		padding-right: 26px;
	} */
	.half-xl-w{
		width: calc(50% - 24px);
	}
	.modal-report-l{
		width: 200px;
	}

	.ries-video {
		max-height: 393px;
	}

	.solutions-con {
		padding: 80px 40px;
	}

	.solutions-con .flex {
		flex-wrap: wrap;
	}

	.solution-r {
		width: 100%;
		flex: none;
	}

	.solution-l {
		width: 100%;
		margin: 0 0 24px;
	}

	.quarterly-no {
		padding: 10px;
	}

	.recommond-read__news .r-news-item .r-news-img {
		height: 260px;
	}

	.insight-top {
		flex-wrap: wrap;
	}

	.insight-top-l {
		width: 100%;
		margin-right: 0;
		min-height: 100px;
	}

	.insight-top-r {
		margin-top: 40px;
	}

	.r-insight-items {
		width: 50%;
	}

	.r-insight-img {
		height: 250px;
	}

	.explore-more-item {
		width: calc(50% - 20px);
	}

	.sect-aboutries-1 {
		flex-wrap: wrap;
		margin-top:100px
	}
	.float-lt-num{
		top:-50px
	}

	.sect-aboutries-1 p {
		width: 100%;
	}
	.sect-aboutries-1 div.img-r {
		width: 100%;
		margin: 18px 0;
	}

	.sect-aboutries-p {
		margin-top: 0;
	}

	.float-lt-num {
		font-size: 100px;
		line-height: 120px;
		left: -40px;
	}

	.quote {
		width: 60px;
	}

	.ms-imgs-box img.w-148,
	.ms-imgs-box img.w-143 {
		width: 100px;
	}

	.ms-imgs-box img.w-154 {
		width: 105px;
	}

	.ms-imgs-box .no-sd {
		width: 110px;
	}

	.ms-imgs-box img:not(.no-sd) {
		max-width: 240px;
	}

	.ms-imgs-box.row-i4 img {
		height: 135px;
	}

	.ms-imgs-box.row-i5 img {
		/* width: 121px; */
		height:177px;
	}

	.book-l-2020 {
		margin-right: 40px;
		width: 200px;
		min-width: 200px;
	}
	.video-modal-content{
		flex-wrap: wrap;
	}
	.video-modal-content .left-video{
		width: 100%;
		margin-right: 0;
	}
	.palying-video{
		width: 100%;
		max-height: 386px;
		height: 386px;
	}
	.palying-video .ries-video{
		max-height: 386px;
		height: 386px;
		max-width: 100%;
	}
	.right-recomd-vd{
		margin-top: 40px;
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(0px) translateY(27px) translateZ(0px) rotateY(-28deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(0px) translateY(27px) translateZ(0px) rotateY(28deg);
	}
}

@media only screen and (min-width:769px) {

	.r-news-item:hover,
	.c-media-item:hover {
		background: #FFFFFF;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.ries-video-m-list .ries-video-item:hover {
		background: #FFFFFF;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.r-insight-items:hover {
		background: #fff;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.r-activities-items:hover {
		background: #fff;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.leaderships-item:hover {
		background: #FFFFFF;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.books-item:hover {
		background: #FFFFFF;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.swiper-button-next.case-button-next:hover,
	.swiper-button-prev.case-button-prev:hover {
		background: #FFFFFF;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	}

	.swiper-button-next.case-button-next:hover .sw-svg,
	.swiper-button-prev.case-button-prev:hover .sw-svg {
		fill: #EB0000;
		stroke: #EB0000;
	}

	.solutions1 .solution-r {
		margin-top: 10px;
	}

	.solutions2 .solution-l {
		margin-top: 12px;
	}

}
@media only screen and (min-width:769px) and (max-width:1040px) {
	.sect1-about-ries{
		padding: 100px 60px;
	}
	.consult-case-flex{
		padding: 0 60px;
	}
	.case-flex-r{
		width: 100%;
	}
	.logo-list-con{
		padding: 0 60px;
	}
	.index-ries-news,
	.index-ries-insight{
		padding: 100px 60px;
	}
	.news-cover{
		max-height: calc((100vw - 120px - 20px)/2);
	}
	.row-lr>div{
		max-height:calc((100vw - 120px - 20px)/4)
	}
	.index-mrs-ries{
		padding: 110px 60px 106px;
	}
	.global-map{
		bottom: 90px;
	}
	.news-index-des{
		padding: 24px;
	}
	.news-t{
		height:42px;
		-webkit-line-clamp:2
	}
}
@media only screen and (min-width:769px) and (max-width:880px) {
	.insight-item .insight-cover{
		width: 120px;
	}
	.news-index-des{
		padding: 16px;
	}
	.global-map{
		width: 615px;
	}
	.country-dot.america{
		top: 81px;
		right: 103px;
	}
	.country-dot.china {
	    top: 123px;
	    left: 215px;
	}
	.since-time{
		top: 163px;
		right: 20px;
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(0px) translateY(23px) translateZ(0px) rotateY(-28deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(0px) translateY(23px) translateZ(0px) rotateY(28deg);
	}
}
@media only screen and (max-width:768px) {

	.wrap-xl,
	.wrap-md,
	.wrap-xm,
	.wrap-sm,
	.wrap-xs,
	.wrap-xxs,
	.wrap-1160,
	.solutions-bg .wrap-md{
		padding: 0 20px;
	}

	h1 {
		font-size: 24px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 32px;
	}

	p {
		font-size: 14px;
		color: #666666;
		letter-spacing: 1px;
		line-height: 21px;
	}

	.sect-mt100 {
		margin-top: 56px;
	}

	.sect-mb100 {
		margin-bottom: 56px;
	}

	.sect--sp-mt40 {
		margin-top: 56px;
	}

	.sect--sp-mb40 {
		margin-bottom: 56px;
	}

	.tabs--item.active::after {
		display: none;
	}

	.view-more {
		font-size: 14px;
		/* color: #666666; */
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}

	.view-all-btn {
		width: 60px;
		height: 30px;
	}
	.rise-index-kv{
		height:50vh
	}
	.c-media-cover__media.pc{
		display: none;
	}
	.sp-video.sp{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		text-align: center;
		overflow: hidden;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	}
	.slider-video::after{
		display: none;
		z-index: 3;
	}
	.sp-video.sp::after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 0;
		left: 0;    
		z-index: 0;
	}
	.index-sp-video{
		height: 100%;
		width: auto;
		margin: 0 auto;
	}
	.poster-paly-btn{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.poster-paly-btn::after{
		content: "";
		    display: inline-block;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.2);
		    position: absolute;
		    top: 0;
		    left: 0;
	}
	.poster-paly-btn .v-poster{
		width: 100%;
		height: 100%;
		object-fit: cover
	}
	.poster-paly-btn .v-play-icon{
		width: 48px;
		position: absolute;
		bottom: 50%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 4;
	}
	.map-txt{
		width: 70px;
		bottom: 0;
		right:60px;
	}

	.sub-title {
		display: none;
	}

	.sub--index-top {
		top: 48px;
		height: 48px;
		padding: 0 10px 0 20px;
		border-bottom: 1px solid #d5d5d5;
	}

	.sub--index-top.sub--top_no-tab {
		height: 0;
	}

	.sub--kv_no-tab .sub-kv-title {
		top: 25%;
	}

	.tabs--list,
	.tabs--list a,
	.page-tabs-con {
		height: 48px;
	}

	.tabs--list {
		overflow-x: auto;
	}

	.tabs--item {
		margin-right: 24px;
	}

	.tabs--list a {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.8px;
		line-height: 48px;
		white-space: nowrap;
	}

	.rise-sub-kv {
		margin-top: 96px;
	}

	.sub--top_no-tab+.rise-sub-kv {
		margin-top: 48px;
	}

	.sub--kv_no-tab {
		margin-top: 48px;
	}

	.left-1040 {
		left: 30px;
	}

	.sub-kv-title {
		left: 30px;
		font-size: 28px;
		color: #1D1D1D;
		letter-spacing: 0;
		text-align: left;
		line-height: 37px;
	}
	.rise-sub-kv .palatino{font-size:25px;}
	.sect-title-mb56 {
		margin-bottom: 40px;
	}

	.leaderships-con h1 {
		margin-bottom: 10px;
	}

	.china-leaderships .leaderships-item,
	.global-leaderships .leaderships-item {
		width: calc(50% - 5px);
		margin: 12px 0;
		/* padding: 0; */
	}

	.leaderships-item::after {
		bottom: 0;
	}

	.sep-h-100 {
		margin-top: 56px;
		margin-bottom: 56px;
	}

	.leadership-hr {
		margin-top: 38px;
	}

	.leaderships-info .name .cn {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
	}

	.leaderships-info .name .en {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		line-height: 20px;
	}

	.leaderships-icon {
		width: 100px;
		height: 100px;
		min-width: 100px;
		margin-right: 16px;
	}

	.leaderships-info .name {
		margin-bottom: 16px;
	}

	.positions p {
		opacity: 0.8;
		font-size: 10px;
		color: #999999;
		letter-spacing: 0;
		line-height: 18px;
	}

	.china-leaderships .leaderships-item.last::after {
		display: inline-block;
	}

	.china-leaderships .leaderships-item:last-child::after {
		display: none;
	}

	.ries-culture-item,
	.career-col {
		width: 100%;
	}

	.ries-culture-item {
		margin-bottom: 32px;
	}

	.ries-culture-item img {
		width: 56px;
		height: 56px;
		margin-right: 16px;
	}

	.career-col .ries-culture-item .dd.min-h72 {
		min-height: auto;
	}

	.career-col .ries-culture-item {
		margin-top: 32px;
	}

	.career-col .ries-culture-item:last-child {
		margin-bottom: 0;
	}

	.career-col p.title {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
	}

	.career-col:last-child p.title {
		margin-top: 28px;
	}

	.ries-culture-item .tt {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
		margin-bottom: 4px;
	}

	.ries-culture-item .dd {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}

	.ries-culture-item:nth-child(3) {
		margin-bottom: 32px;
	}

	.sep-h-sp-80 {
		margin: 56px 0;
	}

	.career-left ul li {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 28px;
	}

	.career-left ul li::after {
		top: 11px;
	}

	.career-right-img {
		width: 100%;
		margin: 28px 0 0;
	}

	.btnz-360 {
		width: calc(100% - 40px);
		max-width: 295px;
	}

	.contactus-des {
		margin-bottom: 40px;
	}

	.half-xl-w {
		width: 100%;
	}

	.form-group-r .label {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
		margin-bottom: 4px;
	}

	.red-star {
		margin-right: 4px;
	}

	textarea {
		display: block;
	}

	.select-input,
	textarea,
	input.r-input {
		/* padding: 6px 16px; */
		/* line-height: 22px; */
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
	}

	.select-input {
		background-size: 16px 16px;
	}

	.r-check-label {
		padding-left: 20px;
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
	}

	.r-check-label>span {
		width: 12px;
		height: 12px;
		left: 0;
	}

	.r-check-label>input:checked~span:after {
		width: 8px;
		height: 8px;
	}

	.radio-group {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.check-inline {
		margin: 16px 24px 0px 0;
	}
	.check-inline.flex-v-c{padding:0}
	.check-inline:not(.flex) {
		height: 20px;
		display: flex;
		align-items: center;
	}

	.contactus-form .buttons {
		text-align: left;
	}

	.explore-more {
		margin-top: 40px;
		flex-wrap: wrap;
	}

	.explore-more-item {
		width: 100%;
	}

	.explore-more-item:first-child {
		margin-bottom: 16px;
	}

	.explore-more-item a {
		padding: 11px 24px;
	}

	.solutions-con {
		padding: 56px 20px;
		transform: translateY(-400px);
	}

	.solution-l h1 {
		margin-bottom: 28px;
	}

	.solution-l p {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 28px;
	}

	.mt-56 {
		margin-top: 56px;
	}

	.solutions-bg {
		background-color: #fff;
	}

	.r-news-con {
		flex-wrap: wrap;
	}

	.news-enter-link_img {
		width: 100%;
	}

	.news-enter-link_txt {
		width: 100%;
		margin-left: 0;
		margin-top: 12px;
	}

	.news-enter-link_txt .link-item {
		padding: 16px 0;
	}

	.ries-video-m-list,
	.r-media-con {
		margin: 0;
	}

	.ries-video-m-list .ries-video-item,
	.c-media-item {
		padding: 0;
		width: calc(33.33% - 15px);
	}

	.c-media-item .c-media-img {
		height: 170px;
	}


	.c-insight__con .des {
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}

	.c--m_title {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}

	.c-insight-item {
		width: calc(33.33% - 15px);
		height: calc(100vw * 0.3);
	}

	.c-insight__con {
		padding: 16px;
	}

	.play-v-btn {
		width: 48px;
		height: 48px;
	}

	.ries-video-m-list .ries-video-item .video-temp {
		height: calc((100vw - 85px)/3 * 0.5625);
	}

	.ries-video-m-list .video-float p {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
	}

	.quarterly--c_en {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
		line-height: 22px;
		margin-bottom: 4px;
	}

	.quarterly--c_cn {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.quarterly--c_des {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		line-height: 28px;
		margin-bottom: 32px;
	}

	.career-sect h1 {
		margin-bottom: 28px;
	}


	.media-contact {
		padding: 80px 0;
	}

	.media-contact_sub--title {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.contact-us_link {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0.5px;
		text-align: justify;
	}

	.tabs--item:hover::after {
		display: none;
	}

	.modal-centred {
		width: calc(100% - 40px);
		height: calc(100vh - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}
	.palying-video{
		width: 100%;
		height: calc((100vw - 82px) * 0.5625);
	}
	.palying-video .ries-video{
		height: calc((100vw - 82px) * 0.5625);
		max-width: 100%;
	}

	/* .modal-centred .r-modal-content {
		padding-right: 15px;
	} */

	.close-r-modal {
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
	}

	.close-r-modal span::after,
	.close-r-modal span {
		width: 28px;
	}

	.close-r-modal span::after {
		top: 14px;
		right: -14px;
	}

	.video-des-con p {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
		margin-bottom: 4px;
	}

	.video-des-con>div,
	.video-des-con>div span {
		font-size: 12px;
		color: #999999;
		letter-spacing: 0.8px;
		line-height: 18px;
	}

	.video-m-content h3 {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.video-float p {
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 22px;
		margin-top: 4px;
	}

	.video-m-content .ries-video-m-flex .ries-video-item .video-float {
		padding: 8px;
	}

	.video-m-content .v-time {
		padding: 5px 8px;
		margin-right: 8px;
	}

	.v-date {
		font-size: 10px;
		color: #FFFFFF;
		letter-spacing: 0.67px;
		line-height: 18px;
	}

	.ries-news-list {
		margin-top: -10px;
	}

	.r-news-item {
		padding: 10px;
	}

	.ries-video-list .ries-video-item {
		/* height: 188px; */
		height: calc((100vw - 80px) / 2 * 0.5625);
		margin-bottom: 40px;
	}

	.ries-video-m-list.ries-video-list .ries-video-item {
		height: auto;
		margin-bottom: 0;
	}

	.ries-video-list.ries-video-m-list .video-float {
		padding: 16px 4px;
	}

	.ries-video-list .video-float {
		padding: 16px;
	}

	.ries-video-list .video-float .v-time {
		padding: 5px 8px;
		margin-right: 5px;
	}

	.v-tag {
		left: 12px;
		top: 12px;
		font-size: 12px;
		color: #FFFFFF;
		letter-spacing: 0.86px;
		line-height: 12px;
		padding: 8px 8px 5px;
	}

	.result-tab-switch .result-tabs {
		font-size: 14px;
		color: #999999;
		letter-spacing: 0;
		margin-right: 24px;
		/* line-height: 24px; */
	}

	.video-tab-switch .video-tabs {
		font-size: 14px;
		color: #999999;
		letter-spacing: 0;
		margin-right: 30px;
		/* line-height: 20px; */
	}

	.result-tab-switch .result-tabs.active {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
	}

	.video-tab-switch .video-tabs.active {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
	}
	.video-tab-switch .video-tabs.active::after{
		bottom: -19px;
	}

	.ries-video-list {
		margin-top: 40px;
	}

	.sect-quarterly {
		margin: 28px 0;
	}

	.r-quarterly-item:nth-child(3n-1),
	.r-quarterly-item {
		margin: 28px 0;
	}

	.r-quarterly-item::after {
		bottom: -28px;
	}

	.temp-h-110 {
		height: 120px;
	}

	.ries--news_con .ries--news_category {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
		line-height: 22px;
	}

	.ries--news_con .ries--news_title {
		font-size: 24px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 32px;
	}

	.ries--news_con .ries--news_auth span {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		margin-right: 12px;
	}

	.ries--news_con .ries--news_auth {
		margin-bottom: 40px;
	}

	.ries--news_con .ries--news_brief {
		padding: 20px;
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 28px;
	}

	.level2-title {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		text-align: center;
		line-height: 30px;
	}

	.ries--news_con p {
		font-size: 14px;
		color: #666666;
		letter-spacing: 1px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.level3-title {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
		line-height: 22px;
		padding-left: 12px;
	}

	.ries--news--con_img {
		margin: 16px 0;
	}

	.ries--news--con_img p.img-b-txt {
		font-size: 12px;
		color: #999999;
		letter-spacing: 0.8px;
		line-height: 18px;
		margin-top: 8px;
	}

	.sep-h {
		margin: 56px 0;
	}

	.recommond-read__title {
		margin-bottom: 40px;
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
	}

	.recommond-read__news .r-news-item {
		padding: 20px;
		margin-bottom: 20px;
	}

	.recommond-read__news .r-news-item .c--m_date {
		margin-bottom: 5px;
	}

	.ries--news_con .ries--news_brief2 {
		padding: 20px 0 20px 20px;
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 28px;
	}

	.news-flex {
		flex-wrap: wrap;
		margin: 0;
	}

	.news-flex-reverse {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}

	.news-flex_img {
		margin: 16px 0;
	}

	.news-flex>div,
	.news-flex_img {
		width: 100%;
	}

	p.f-quotes {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
	}

	p.f-name {
		font-size: 12px;
		color: #1D1D1D;
		letter-spacing: 0.8px;
		text-align: right;
		line-height: 18px;
		margin-top: 16px;
	}

	.temp-h-242 {
		height: 104px;
	}

	.insight-top-r h3 {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
		display: block;
	}

	.insight-top-r p {
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		margin-bottom: 30px;
		display: block;
	}

	.insight-list-con {
		margin-bottom: -20px;
	}

	.r-insight-img {
		height: 240px;
	}

	.c--i_title {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		margin-bottom: 7px;
	}

	h2 {
		font-size: 28px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 37px;
	}

	.modal-case-l,
	.modal-report-l {
		margin-right: 40px;
	}

	.modal-case-l>h1,
	.modal-report-l>h1 {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
	}

	.red-line-80 {
		margin: 24px 0 16px;
	}

	.modal-report-l h3 {
		font-size: 18px;
		color: #666666;
		letter-spacing: 0;
		line-height: 30px;
	}

	.modal-logo {
		width: 128px;
		margin-top: 40px;
	}

	.activities-d-btn {
		/* background-color: transparent; */
		width: 140px;
		height: 30px;
		padding-right: 30px;
		bottom: 8px;
		right: unset;
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		line-height: 18px;
		left: 10.67%;
		bottom: 14.4%;
		padding: 6px 20px;
	}
	.page_activities .activities-d-btn{left: 5.9vw;right:0;bottom: auto;top: 37vw;}
	.activities-d-btn:hover {
		background-color: transparent;
	}

	.search-nums-txt {
		margin-bottom: 80px;
	}

	.search-result-con ul li .s-title {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 22px;
	}

	.search-result-con ul li .s-des {
		font-family: MicrosoftYaHei;
		font-size: 14px;
		color: #666666;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 28px;

	}

	.ries-video,
	.palying-video {
		height: calc((100vw - 82px) * 0.5625);
	}
	.palying-video{
		min-width: 100%;
	}

	.kv-content {
		padding: 0 20px;
		bottom: 114px;
		transform: translateY(0);
	}
	.kv-content.video-txt{
		/* bottom: calc(50% + 90px); */
		bottom: 32%;
		z-index: 4;
	}

	.kv-content p.big {
		font-size: 24px;
		letter-spacing: 0;
		text-align: center;
		line-height: 36px;
	}

	.kv-content p.small {
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: center;
		line-height: 24px;
		margin-top: 12px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets.kv-pagination {
		bottom: 44px;
	}

	.index-section1 {
		background-color: #fff;
		margin-top: 80px;
	}

	.about-ries-des {
		line-height: 24px;
		max-width: 355px;
		margin-top: 36px;
		margin-bottom: 16px;
	}

	.data-info-box {
		max-width: 335px;
		padding: 32px 0 32px 40px;
	}

	.data-info-box span {
		font-size: 22px;
		display: inline-block;
		line-height: 29px;
	}

	.data-info-box p {
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		opacity: 1;
	}

	.since-time {
		/* position: relative; */
	}

	.global-map {
		width: 490px;
		right: -40px;
		bottom: 20px;
		transform: translateX(0);
	}

	.sect1-about-ries {
		overflow: hidden;
	}

	.since-time {
		right: 20px;
	}

	.country-dot .dot {
		width: 22px;
		height: 22px;
	}

	.country-dot .dot::after {
		width: 11px;
		height: 11px;
	}

	.plus {
		width: 30px;
		height: 30px;
		border-width: 2px;
		top: -4px;
		left: -4px;
	}

	.country-dot {
		font-size: 12px;
	}

	.country-dot.china {
		top: 95px;
		left: 181px;
	}

	.country-dot.america {
		top: 70px;
		right: 76px;
	}

	.since-time span {
		font-size: 70px;
		line-height: 105px;
		width: 172px;
	}

	.sect2-case-ries {
		margin-top: 80px;
		background-size: 200%;
	}

	.index-ries-case {}

	.consult-case-flex {
		flex-wrap: wrap;
		padding: 0;
	}

	.case-title {
		margin-bottom: 40px;
		margin-top: 0;
	}

	.case-flex-l {
		padding-left: 0;
	}

	.main-case-item {
		width: calc(25% - 15px);
	}

	.main-case-thumb {
		width: 100%;
		height: calc((100vw * 0.37) / 2);
	}
	
	.case-m-kv.hv-scale:hover img{
		transform: scale(1);
	}

	.case-flex-r {
		width: 100vw;
		margin: 0 -20px;
		margin-top: 40px;
	}

	.case-m-kv {
		height: calc(100vw * 0.778);
	}

	.case-ries-des {
		margin: 16px 0 24px;
		line-height: 24px;
	}

	.logo-list-con {
		margin: 20px 0 40px;
		padding: 0;
	}

	.c-logo {
		width: calc(25% - 20px);
		margin: 20px 10px 0 !important;
		filter: grayscale(0);
		*/ filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	.sect3-insight-ries {
		padding: 80px 0;
	}

	.insight-title {
		margin-bottom: 40px;
	}

	.insight-list {
		padding: 0;
		flex-wrap: wrap;
	}

	.insight-item {
		width: 25%;
	}

	.insight-item .insight-cover {
		width: 140px;
	}

	.insight-item p {
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: center;
		line-height: 24px;
	}

	.index-ries-news {
		margin-top: 80px;
	}

	.news-title {
		margin-bottom: 40px;
	}

	.index-news-con {
		flex-wrap: wrap;
	}

	.news-col6 {
		width: 100%;
		margin-top: 40px;
	}
	.news-col6.news-l-half{
		margin-top: 0px;
	}

	.news-cover {
		max-height: calc(100vw - 40px);
	}

	.news-index-des.float-end {
		/* padding: 16px; */
		width: 50%;
		height: 40%;
	}

	.row-lr>div {
		max-height: calc((100vw - 40px)/2);
	}

	.news-index-des .news-category {}

	.positioning-sect1>p {
		line-height: 28px;
		letter-spacing: -0.5px;
	}

	.sect4-mrs-ries {
		margin-top: 80px;
		/* height: calc((100vw - 25px)/2); */
		height: 500px;
		background-image: url(../images/bg-ries-sp.png);
		background-position: bottom center;
		background-size: cover;
	}

	.index-mrs-ries {
		padding: 40px;
	}

	.mrs-ries-des {
		margin-top: 16px;
		margin-bottom: 40px;
	}

	.news-index-des .news-d {
		margin-bottom: 20px;
	}

	.news-t {
		margin-bottom: 40px;
	}

	.positioning-sect1>h1 {
		margin: 56px 0 28px;
	}

	.ob-article {
		margin-top: 28px;
		padding: 24px;
	}

	.ob-article h5 {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 1px;
		line-height: 30px;
		margin-bottom: 4px;
	}

	.r-imgs-item {
		margin: 0;
		margin-top: 6px;
		height: 191px;
	}

	.r-imgs-list {
		margin: 0;
		margin-top: 40px;
		justify-content: space-between
	}

	.r-imgs-item .content {
		display: none;
	}

	.r-imgs-item .content.open {
		display: block;
		opacity: 1;
		background-color: #fff;
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
		overflow-y: auto;
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 10000;
		padding: 80px 20px 20px;
	}

	.r-imgs-item .content img {
		width: 100%;
		max-width: 295px;
		height: auto;
		margin: 0 auto;
	}

	.r-imgs-item .content .years {
		font-size: 30px;
		color: #1D1D1D;
		letter-spacing: 0;
		margin-top: 40px;
		margin-bottom: 18px;
		line-height: 40px;
	}

	.sp-modal {
		position: relative;
	}

	.eulogy-content {
		height: auto;
		/* max-height: 440px; */
		max-height: calc(100vh - 380px);
		margin-right: -20px;
		padding-right: 20px;
	}

	.quote-line {
		height: 20px;
	}

	.eulogy-left.sp-modal {
		display: none;
		margin-right: 0;
		position: fixed;
		width: calc(100vw - 40px);
		height: calc(100vh - 80px);
		top: 40px;
		left: 20px;
		z-index: 10000;
		padding: 80px 20px 20px;
	}

	.eulogy-left.sp-modal.open {
		display: block;

	}

	.positioning-sect6>h1,
	.positioning-sect7>h1 {
		margin-bottom: 28px;
	}

	.eulogy-words {
		margin-top: 28px;
	}

	.r-media-v .play-icon,
	.video-full-w .r-media-v .play-icon {
		width: 25px;
		height: 30px;
	}

	.video-full-ries.video-full-w .r-media-v .play-icon {
		width: 40px;
		height: 40px;
	}

	.media--item .media-txt p {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}

	.r-media-video_list {
		margin-top: 0;
	}

	.timeline-single span {
		font-size: 17px;
		color: #1D1D1D;
		letter-spacing: 0;
		text-align: center;
		margin-right: 16px;
		line-height: 26px;
	}

	.timeline-single p {
		padding-left: 15px;
	}

	.timeline-single p::after {
		left: 0;
		top: 12px;
	}

	.show-more-ob-btn {
		margin-top: 16px;
	}

	.sect-cate1 .video-title {
		margin-top: 56px;
		margin-bottom: 10px;
	}

	.sect-cate1 h1 {
		margin-bottom: 28px;
	}

	.book-poster {
		position: relative;
		max-width: 200px;
		margin: 0 auto;
		display: block;
		top: 0;
	}

	.book-introduction {
		padding: 0;
		margin-top: 28px;
	}

	.this-book-intro {
		padding: 251px 20px 28px;
		margin: -222px -20px 0;
	}

	.goto-store-btns {
		margin-top: 28px;
	}

	.goto-store-btn {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 18px;
		padding: 15px 55px 15px 16px;
		margin-right: 15px;
	}

	.goto-store-btn:last-child {
		margin-right: 0;
	}

	.r-media-video_list .media-video_item {
		width: calc(50% - 10px);
		margin-top: 28px;
	}

	.media--item {
		width: calc(50% - 16px);
	}

	.this-book-des {
		margin-top: 18px;
	}

	.this-book-des p.main-des {
		padding: 12px 0 12px 20px;
		margin-bottom: 18px;
	}

	.sect-aboutries-1 {
		margin-right: -8px;
		margin-left: 8px;
		margin-top:56px
	}

	.float-lt-num {
		font-size: 60px;
		line-height: 79px;
		color: #DCDCDC;
		top: -44px;
		left: -15px;
	}

	.sect-aboutries-3 h1 {
		margin-bottom: 24px;
		line-height: 32px;
	}

	.sect-aboutries-3 h1::after {
		bottom: 1px;
	}

	.sect-aboutries-3 p {
		line-height: 24px;
		margin-bottom: 36px;
	}

	.about-accordion-list {
		padding: 10px 15px;
	}

	.about-accordion-con p,
	.about-accordion-title p {
		margin-bottom: 0;
	}

	.about-accordion-title {
		padding: 14px 0;
	}

	.about-accordion-title p {
		font-size: 14px;
		line-height: 22px;
	}

	.about-accordion-title span {
		top: 24px;
	}

	.about-accordion-con {
		padding-bottom: 15px;
	}

	.about-accordion-con p {
		font-size: 12px;
		color: #666666;
		letter-spacing: 0.43px;
		line-height: 22px;
	}

	.video-full-media .video-source {
		max-height: calc(100vw * 0.501);
	}

	.video-full-media .video-source .full-video {
		max-height: calc(100vw * 0.501);
	}

	.ms-imgs-box {
		flex-wrap: wrap;
	}

	.books-milestone-sect h1 {
		margin-bottom: 28px;
	}

	.b-milestone-single {
		margin-top: 22px;
	}

	.b-milestone-single .years {
		font-size: 24px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 32px;
		height: 32px;
	}

	.b-milestone-single .ms-des {
		margin-left: 16px;
	}

	.b-milestone-single .ms-des p {
		margin-top: 0;
		margin-bottom: 8px;
	}

	.b-milestone-single .years::before {
		top: 6px;
	}

	.b-milestone-single .years::after {
		top: 10px;
	}

	.ms-imgs-box img:not(.no-sd) {
		max-width: 220px;
		max-height: 124px;
	}

	.ms-imgs-box.row-i5 img,
	.ms-imgs-box.row-i1 img {
		width: auto;
		height: 100px;
	}

	.ms-imgs-box img:not(.no-sd) {
		margin-right: 8px;
	}

	.ms-imgs-box.row-i4 img {
		height: 100px;
	}

	.positioning-num {
		padding-top: 0;
	}

	.ms-imgs-box img.w-154 {
		width: 56px;
	}

	.ms-imgs-box img.w-148,
	.ms-imgs-box img.w-143 {
		width: 52px;
	}

	.ms-imgs-box .no-sd {
		width: auto;
		height: 100px;
		/* max-width: 230px; */
	}

	.positioning-num span {
		opacity: 0.3;
		font-size: 36px;
		color: #DCDCDC;
		text-align: right;
		line-height: 46px;
		max-width: 204px;
		right: calc(100% - 485px);
	}

	.book-cate-2020 {
		padding: 40px 0 28px;
		flex-wrap: wrap;
	}

	.book-l-2020 {
		min-width: 190px;
		width: 190px;
		margin: 0 auto 24px;
	}

	.book-r-2020 {
		max-width: 100%;
	}

	.view-category-btn {
		width: 100%;
		max-width: 335px;
		height: 48px;
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		padding-left: 16px;
		white-space: nowrap;
	}

	.book-r-2020 h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 8px;
	}

	.book-r-2020 p {
		line-height: 24px;
		margin-bottom: 18px;
	}

	h4 {
		line-height: 32px
	}

	.books-con h4 {
		margin-bottom: 10px;

	}

	.books-item {
		width: 100%;
		padding: 0;
		margin: 18px 0;
	}

	.books-list {
		margin: 0;
	}

	.books-item::after {
		bottom: -18px;
		width: 100%;
		left: 0;
	}

	.books-cover {
		width: 90px;
		min-width: 90px;
	}

	.books-info .bname {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 4px;
	}

	.books-info .author {
		margin-bottom: 16px;
	}

	.books-info .des {
		font-size: 14px;
	}

	.books-hr {
		margin-top: 38px;
		margin-bottom: 56px;
	}

	.books-con {
		margin-bottom: 38px;
	}

	.ries-case-item .case-cover-mask {
		display: none;
	}

	.case-h-title {
		margin-bottom: 8px;
	}

	.ries-case-item {
		padding-top: 5px;
		height: calc(((100vw * 0.333) - 14px) * 0.75);
	}

	.ries-case-item::after {
		height: 5px;
		width: 100%;
	}

	.case-sect-3>div {
		padding: 80px 20px;
	}

	.consult-btn {
		height: 48px;
		width: auto;
		position: absolute;
		right: 30px;
		bottom: 40px;
	}

	.case-sect-3 {
		position: relative;
		height: 530px;

	}

	.case-related-txt {
		margin-bottom: 28px;
	}
	
	.case-section{
		transform: translateY(-66vw);
		margin-bottom: -66vw;
	}

	.carousel-bottom {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		width: calc(100vw * 0.65 - 68px);
	}

	.swiper-button-next.case-button-next,
	.swiper-button-prev.case-button-prev {
		position: relative;
		left: 0;
		transform: translate(0);
		top: 0;
		width: calc(50% + 20px);
		height: 58px;
		padding: 0;
	}

	.swiper-button-next.case-button-next {
		display: flex;
		display: -webkit-flex;
		padding-right: 40px;
		justify-content: flex-end;
		/* float: right; */
		/* transform: translateY(-58px); */
		margin-right: -20px;
	}

	.case-button-next svg {
		right: 8px;
		width: 10px;
		height: 18px;
	}

	.swiper-button-prev.case-button-prev {
		display: flex;
		display: -webkit-flex;
		padding-left: 40px;
		justify-content: flex-start;
		border-right: 1px solid #D8D8D8;
		margin-left: -20px;
	}

	.case-button-prev svg {
		left: 8px;
		width: 10px;
		height: 18px;
	}

	.case-button-next .pn-txt.next-txt,
	.case-button-next .pn-txt.next-txt span {
		display: inline-block;
		text-align: right;
	}

	.case-button-prev .pn-txt.pre-txt,
	.case-button-prev .pn-txt.pre-txt span {
		display: inline-block;
		text-align: left;
	}

	.pn-txt span {
		font-size: 14px;
		line-height: 26px;
	}

	.pn-txt p {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		margin-top: 8px;
		line-height: 24px;
	}
	#carousel .swiper-slide{
		width: calc(100vw * 0.65);
		height: calc(100vw * 0.65 * 0.75);
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(0px) translateY(32px) translateZ(0px) rotateY(-26deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(0px) translateY(32px) translateZ(0px) rotateY(26deg);
	}
	.media-video_item .video-source{
		/* height: 241px; */
		height: calc((100vw - 60px)/2 * 0.562);
	}
}

@media only screen and (max-width:700px) {
	.modal-report-con {
		flex-wrap: wrap;
	}

	.modal-report-r {
		width: 100%;
		flex: unset;
		margin: 24px 0 0;
	}

	.modal-case-l,
	.modal-report-l {
		position: relative;
	}

	.industry-insight-item {
		padding-bottom: 16px;
		padding-top: 16px;
		border-bottom: 1px solid #DCDCDC;
	}

	.industry-insight-item:first-child {
		padding-top: 0;
	}

	.industry-insight-item:last-child {
		border-bottom: none;
	}

	.industry-insight-item .date {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		background: #F6F6F6;
		width: 70px;
		min-width: 70px;
		height: 70px;
		justify-content: center;
		align-items: center;
		margin-right: 12px;
	}

	.industry-insight-item .date .dd {
		display: inline-block;
		font-weight: bold;
		font-size: 24px;
		color: #666666;
		letter-spacing: 0;
		line-height: 24px;
		margin-bottom: 14px;
		position: relative;
	}

	.industry-insight-item .date .dd::after {
		content: "";
		display: inline-block;
		width: 24;
		height: 2px;
		background-color: #EB0000;
		position: absolute;
		left: 50%;
		bottom: -7px;
		transform: translateX(-50%);

	}

	.industry-insight-item .date .yy-mm {
		display: inline-block;
		font-size: 10px;
		color: #666666;
		letter-spacing: 0.75px;
		line-height: 14px;
	}

	.industry-insight-item .i-links .title {
		font-weight: bold;
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 20px;
		margin-bottom: 4px;
		margin-top: 4px;
	}

	.industry-insight-item .i-links .des {
		font-size: 12px;
		line-height: 16px;
		color: #666666;
		letter-spacing: 0.43px;
		text-align: justify;
	}
	.data-line--box{
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
	.data-line--box .d-col{
		width: 50%;
		height: 100px;
	}
	.modal-case-cover{
		margin-bottom: 16px;
	}
	.data-line--box .d-col:first-child{
		width: 100%;
	}
	.data-line--box .d-col:nth-child(2){
		margin: 0;
	}
	.data-line--box .d-col:nth-child(2):before{
		display: none;
	}
	.data-line--box .d-col p{
		font-size: 16px;
	}
	.modal-case-pra{
		line-height: 28px;
	}
	
}

@media only screen and (max-width:650px) {
	.map-txt{
		width: 70px;
		bottom: 0;
		right:-60px;
	}
	.insight-item {
		width: calc(50% - 20px);
	}

	.insight-item:nth-child(1),
	.insight-item:nth-child(2) {
		margin-bottom: 40px;
	}

	.insight-item .insight-cover {
		width: 188px;
	}

	.global-map {
		position: relative;
		margin-top: 70px;
		right: 0;
		bottom: 0;
	}

	.data-info-box {
		width: 100%;
		max-width: 100%;
	}

	.since-time {
		top: unset;
		bottom: 226px;
		right: 5px;
	}

	.main-case-list {
		flex-wrap: wrap;
	}

	.c-logo {
		width: calc(33.333% - 20px)
	}

	.eulogy-left .name {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
		margin-bottom: 4px;
	}

	.eulogy-left .company {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0;
		text-align: right;
		line-height: 22px;
	}

	.r-media-video_list .media-video_item {
		width: 100%;
	}

	.r-media-video_list1 .media-video_item {
		margin-top: 18px;
	}
	.video-tab-switch .video-tabs{
		white-space: nowrap;
	}
	.video-tab-switch ul{
		height: 44px;
		overflow-x: auto;
	}

	.sect-cate2 h1 {
		margin-bottom: 0;
	}

	.media--item {
		width: 100%;
		margin: 28px 0 0;
	}

	.media--cons {
		margin: 0;
	}

	.r-imgs-item.w-half {
		width: calc(50% - 3px);
		height: auto;
	}

	.r-imgs-item.w-full {
		width: 100%;
		height: auto;
	}

	.r-imgs-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.positioning-sect2 {
		margin: 0 -20px;
	}

	.ries-quote {
		width: 100%;
		max-width: 100%;
		padding: 32px 20px;
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
		margin: 0;
	}

	.ries-quote::before {
		top: -2px;
		left: -2px;
		background-size: 28px 20px;
		width: 44px;
		height: 36px;
		background-position: top left;
	}

	.ries-quote::after {
		background-size: 28px 20px;
		width: 44px;
		height: 36px;
		background-position: top left;
		bottom: -2px;
		right: -2px;
	}

	.ries-intro {
		width: 100%;
		margin-top: 18px;
	}

	.ries-intro>img {
		width: 160px;
		height: 160px;
	}

	.ries-intro .nn {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		line-height: 24px;
		margin-top: 20px;
	}

	.ries-intro .dd {
		font-size: 12px;
		color: #666666;
		letter-spacing: 0.43px;
		line-height: 24px;
	}

	.video-full-w {
		margin-top: 28px;
	}

	.sect-aboutries-2 {
		background-image: url(../images/aboutus/aboutries-bg1-sp.png) !important;
	}

	.sect-aboutries-2-con {
		padding: 80px 0;
		flex-wrap: wrap;
	}

	.right-quote {
		margin-left: 0;
	}

	.quote {
		width: 40px;
		margin-bottom: 40px;
	}

	.right-quote h1 {
		max-width: 200px;
	}

	.right-quote p {
		line-height: 28px;
		margin-top: 24px;
		letter-spacing: -0.5px;
	}

	.ms-imgs-box img.sp-fullw {
		width: 100%;
		height: auto;
		max-height: 100%;
		margin-right: 0;
		margin-bottom: 8px;
		max-width: 220px;
	}

	.ms-imgs-box .no-sd {
		width: 50%;
		/* max-width: 230px; */
		margin-left: 0;
		margin-top: 33px;
	}

	.ms-imgs-box img.w-148 {
		margin-right: 0;
	}

	.ms-imgs-box .no-sd {
		height: auto;
		min-width: 230px;
	}

	.positioning-num span {
		opacity: 0.3;
		font-size: 36px;
		color: #DCDCDC;
		text-align: right;
		line-height: 46px;
		max-width: 204px;
		top: unset;
		bottom: 52px;
		right: 0;
	}

	.insight-top-r {
		margin-top: 28px;
	}

	.insight-con-lists,
	.insight-list-con {
		margin: 0;
	}

	.r-insight-items {
		width: 100%;
		padding: 0;
		margin-bottom: 28px;
	}

	.r-insight-items:last-child {
		margin-bottom: 0;
	}
	.c--i_title{
		height: auto;
	}

	.full-modal .r-modal-content {
		padding: 80px 20px 100px;
	}

	.btnz {
		font-size: 14px;
	}

	.timeline-all .float-right {
		opacity: 0.3;
		font-size: 40px;
		color: #DCDCDC;
		line-height: 53px;
		top: 1px;
	}

	.timeline-expand-more {
		margin: 4px 0;
	}

	.media-video_item .video-source video {
		display: block;
	}

	.sect-title-mb56 {
		margin-bottom: 28px;
	}

	.career-col .ries-culture-item {
		margin: 18px 0;
	}

	.ries-culture-item:nth-child(3),
	.ries-culture-item {
		margin-bottom: 18px;
	}

	.career-col p.title {
		margin-bottom: 28px;
	}

	.career-col:last-child p.title {
		margin-top: 28px;
	}

	#carousel .swiper-slide {
		width: 100%;
		width: calc((100vw - 80px) / 0.88);
		height: calc((100vw - 80px) / 0.88 * 0.746);
	}

	.carousel-bottom {
		width: 100%;
		padding: 0 20px;
	}

	.case-related-txt {
		padding: 0 20px;
	}

	.swiper-button-prev.case-button-prev {
		margin-left: 0;
		width: 50%;
	}

	.swiper-button-next.case-button-next {
		margin-right: 0;
		width: 50%;
	}

	.case-swiper-kv .swiper-slide.swiper-slide-active {
		/* transform: scale(0.90); */
	}

	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(0px) translateY(44px) translateZ(0px) rotateY(-16deg);
	}

	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(0px) translateY(44px) translateZ(0px) rotateY(16deg);
	}

	.case-section {
		transform: translateY(-50vw);
		margin-bottom: -50vw;
	}
	.view-case-more{
		bottom: -1px;
	}

	.ries-case-item {
		width: 100%;
		height: calc((100vw - 40px) * 0.75);
		margin-top: 28px;
		margin-right: 0;
		overflow: hidden;
	}
	.ries-case-item img{
		display: block;
	}

	.case-h-title {
		margin-bottom: 0;
	}

	.case-sect-3 {
		/* background-position: right 29% center; */
		background-attachment:unset;
		background-image: url(/templates/pc/images/case/case-bg1-sp.png)!important;
		background-size: 100%;
		background-position: center;
	}

	.modal-case-l h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.modal-case-l {
		margin-right: 0;
		width: 100%;
		position: relative;
		margin-bottom: 32px;
	}

	.modal-case-l .modal-logo {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		width: 75px;
	}
	.check-inline input.r-input{
		width: 240px;
	}
	.media-video_item .video-source{
		/* height: 241px; */
		height: calc((100vw - 40px) * 0.562);
	}
	.modal-report-r .form-group-r{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.modal-report-r>p{
		margin: 0 0 14px;
	}
}

@media only screen and (max-width:600px) {


	.china-leaderships .leaderships-item,
	.global-leaderships .leaderships-item {
		width: 100%;
	}

	.leaderships-item.last::after {
		display: inline-block;
	}

	.books-item.last::after {
		display: inline-block;
	}

	.china-leaderships .leaderships-item,
	.global-leaderships .leaderships-item {
		padding: 18px 20px;
		margin: 0;
	}

	.leaderships-item:last-child::after {
		display: none;
	}

	.books-item:last-child::after {
		display: none;
	}

	.solutions-con {
		transform: translateY(-200px);
	}

	.link_img-item {
		padding: 16px;
	}

	.link_img-item .dd {
		display: none;
	}

	.link-item .td {
		font-size: 12px;
		color: #EB0000;
		letter-spacing: 0.8px;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.link-item a {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 22px;
	}

	.news-enter-link_img {
		min-height: auto;
	}

	.link_img-item .tt {
		font-size: 18px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.c-media-item .c-media-img {
		height: 224px;
	}

	.r-quarterly-con,
	.r-insight-con,
	.ries-video-m-list,
	.r-media-con {
		flex-wrap: wrap;
	}

	.ries-video-m-list .ries-video-item,
	.c-media-item {
		width: 100%;
		margin-bottom: 28px;
	}

	.ries-video-m-list.ries-video-list .ries-video-item {
		height: auto;
		margin-bottom: 12px;
	}

	.ries-video-m-list.ries-video-list .ries-video-item:last-child {
		margin-bottom: 0;
	}

	.ries-video-m-list .ries-video-item:last-child,
	.c-media-item:last-child {
		margin-bottom: 0;
	}

	.c-insight-item {
		width: 100%;
		height: calc(100vw - 40px);
	}

	.c-insight-item:nth-child(2) {
		margin: 28px 0;
	}

	.ries-video-m-list .ries-video-item .video-temp {
		/* height: 190px; */
		height:calc((100vw - 40px) * 0.5625);
	}

	.ries-video-m-list .ries-video-item {
		height: auto;
		margin-bottom: 12px;
	}

	.r-quarterly-l {
		max-width: 220px;
		margin: 0 auto 28px;
	}

	.r-quarterly-r {
		width: 100%;
	}

	.ries-video-m-flex .ries-video-item {
		width: 100%;
		height: calc(100vw * 0.44);
		margin-top: 24px;
		margin-bottom: 0px;
	}

	.ries-video-m-flex .ries-video-item:first-child {
		margin-top: 0;
	}

	.ries-video-list.ries-video-m-flex .ries-video-item:last-child {
		margin-bottom: 0px;
		margin-top: 0;
	}

	.ries-video-list.ries-video-m-flex {
		margin-top: 28px;
	}

	.ries-video-m-flex {
		margin-top: 0;
	}

	.video-m-content .ries-video-m-flex .ries-video-item .play-v-btn {
		top: 40%;
	}

	.ries-news-list {
		margin-top: 0px;
	}

	.r-news-item {
		padding: 0px;
		width: 100%;
		margin-bottom: 28px;
	}

	.r-news-item .r-news-img {
		height: calc(100vw * 0.595);
	}

	.c--m_date {
		margin-bottom: 5px;
	}

	.nav-page {
		padding: 0;
	}

	.video-tab-switch .video-tabs {
		font-size: 14px;
		color: #999999;
		letter-spacing: 0;
		margin-right: 24px;
	}

	.video-tab-switch .video-tabs.active {
		font-size: 14px;
		color: #EB0000;
		letter-spacing: 0;
	}
	.video-tab-switch .video-tabs.active::after{
		bottom: -19px;
	}

	.ries-video-list {
		margin-top: 28px;
	}

	.ries-video-list .ries-video-item {
		width: 100%;
		margin-bottom: 28px;
		height: calc((100vw - 40px) * 0.5625);
	}

	.ries-video-list .ries-video-item:last-child {
		margin-bottom: 56px;
	}

	.r-quarterly-item {
		width: 50%;
		padding: 0 8px;
	}

	.ries-quarterly-list {
		margin: 0 -8px;
	}

	.r-quarterly-item::after {
		display: inline-block !important;
	}

	.r-quarterly-item:nth-last-child(1)::after {
		display: none !important;
	}

	.r-quarterly-item:nth-last-child(2)::after {
		display: none !important;
	}

	.c--q_title {
		font-size: 18px;
		color: #1D1D1D;
		letter-spacing: 0;
		line-height: 30px;
	}

	.quarterly-no {
		padding: 16px 8px;
	}

	.quarterly-no .issue {
		font-size: 12px;
		line-height: 16px;
		color: #666666;
		letter-spacing: 0.9px;
	}

	.quarterly-no .no- {
		font-size: 20px;
		color: #EB0000;
		letter-spacing: 1.5px;
		line-height: 26px;
	}

	.recommond-read__news .r-news-item {
		width: 100%;
		padding: 0;
	}

	.recommond-read__news {
		margin: 0;
		flex-wrap: wrap;
	}

	.recommond-read__news .r-news-item .r-news-img {
		height: calc(100vw * 0.595);
	}

	.recommond-read__news .r-news-item {
		margin-bottom: 40px;
	}

	.recommond-read__news .r-news-item:last-child {
		margin-bottom: 20px;
	}

	.level2-title {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.r-insight-items {
		width: 100%;
	}

	.r-insight-img {
		height: calc(100vw * 0.648);
	}

	.activities-list-con h1 {
		margin-bottom: 8px;
	}

	.activities-list-con {
		margin-bottom: -20px;
	}

	.r-activities-items:not(:last-child),
	.r-activities-items {
		width: 100%;
		margin-bottom: 20px;
	}

	.r-activities-items::after {
		bottom: -12px;
	}

	.r-activities-items:not(:last-child)::after {
		content: "";
		display: inline-block;
		width: calc(100% - 40px);
		height: 1px;
		background-color: #DCDCDC;
		position: absolute;
		left: 20px;
		bottom: -12px;
	}

	.r-activities-txt {
		margin-top: 16px;
	}

	.ac__date {
		font-size: 12px;
		color: #EB0000;
		letter-spacing: 0.8px;
		line-height: 18px;
	}

	.ac__name {
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
		margin-top: 8px;
	}

	.modal-centred.r-media-modal {
		padding-left: 20px;
		padding-bottom: 0;
	}

	.modal-centred.r-media-modal .r-modal-content {
		padding-right: 15px;
	}

	.main-case-list {
		justify-content: center;
		margin: 0 -8px;
	}

	.main-case-item {
		width: calc(50% - 16px);
		margin: 0 8px;
		margin-bottom: 15px;
	}

	.main-case-item:last-child {
		margin: 0 8px;
	}

	.main-case-thumb {
		height: calc((100vw * 0.37) / 1);
	}

	.div-line {
		margin-top: 25px
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(0px) translateY(40px) translateZ(0px) rotateY(-16deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(0px) translateY(40px) translateZ(0px) rotateY(16deg);
	}
	.insight-modal.modal-centred{
		overflow-y: auto;
		padding-bottom: 100px;
	}
}
@media only screen and (max-width:510px) {
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(-8px) translateY(36px) translateZ(0px) rotateY(-16deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(8px) translateY(36px) translateZ(0px) rotateY(16deg);
	}
}
@media only screen and (max-width:490px) {
	.global-map {
		transform: translateX(-115px);
	}
	.map-txt{
		width: 50px;
		bottom: 0;
		right:0px;
	}

	.insight-item .insight-cover {
		width: 140px;
	}

	.insight-item:nth-child(1),
	.insight-item:nth-child(2) {
		margin-bottom: 25px;
	}

	.news-index-des.float-end {
		width: 195px;
		height: 195px
	}

	.news-t {
		margin-bottom: 20px;
	}

	.news-index-des .news-category {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 22px;
		margin-bottom: 2px;
	}

	.news-index-des .news-d {
		margin-bottom: 12px;
	}

	.row-lr {
		flex-wrap: wrap;
	}

	.row-lr .news-cover {
		width: 100%;
		max-height: calc(100vw * 0.82);
	}

	.row-lr>div {
		max-height: calc(100vw - 40px);
	}

	.row-lr>div {
		width: 100%;
	}

	.row-lr .news-cover img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news-index-des {
		padding: 24px 20px;
	}

	.news-t {
		height: auto;
	}

	.row-lt-ri {
		flex-direction: column-reverse;
	}

	.sect4-mrs-ries {
		height: 350px;
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(-8px) translateY(34px) translateZ(0px) rotateY(-16deg);
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(8px) translateY(34px) translateZ(0px) rotateY(16deg);
	}
}
@media only screen and (max-width:440px){
	
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(-59px) translateY(22px) translateZ(0px) rotateY(-49deg)
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(59px) translateY(22px) translateZ(0px) rotateY(49deg);
	}
	
}
@media only screen and (max-width:420px){
	
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(-68px) translateY(22px) translateZ(0px) rotateY(-55deg)
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(68px) translateY(22px) translateZ(0px) rotateY(55deg)
	}
	
}
@media only screen and (max-width:400px){
	.map-txt{
		width: 50px;
		bottom: 0;
		right:20px;
	}
	.case-swiper-kv .swiper-slide.swiper-slide-next {
		transform: translateX(-62px) translateY(19px) translateZ(0px) rotateY(-55deg)
	}
	
	.case-swiper-kv .swiper-slide.swiper-slide-prev {
		transform: translateX(62px) translateY(19px) translateZ(0px) rotateY(55deg)
	}
	
}

@media only screen and (min-width:1040px){
.wrap-xxs{max-width:1040px;}
.china-leaderships .leaderships-item {
	width: calc(25%);
}
.china-leaderships .leaderships-item:nth-child(3){margin-right:25%;}

.china-leaderships .leaderships-icon,
.china-leaderships .leaderships-icon img{width:80px;height:80px;min-width:80px;}
.leaderships-item.last::after {display:block;}
.china-leaderships.flex-h-sb{justify-content:left;}
}